start moving malloc and friends in

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-08-11 00:00:00 +00:00
parent 975b15b814
commit d7a24ea200
25 changed files with 222 additions and 26 deletions

View File

@@ -67,7 +67,7 @@ main_after_prologue: \
/** Fields of system registers. */
/* Counter: https://github.com/cirosantilli/linux-kernel-module-cheat#arm-timer */
/* Counter: https://cirosantilli.com/linux-kernel-module-cheat#arm-timer */
#define LKMC_SYSREG_CNTV_CTL_ENABLE (1 << 0)
#define LKMC_SYSREG_CNTV_CTL_IMASK (1 << 1)
#define LKMC_SYSREG_CNTV_CTL_ISTATUS (1 << 2)
@@ -80,7 +80,7 @@ main_after_prologue: \
/* LKMC_VECTOR_*
*
* https://github.com/cirosantilli/linux-kernel-module-cheat#armv8-exception-vector-table-format
* https://cirosantilli.com/linux-kernel-module-cheat#armv8-exception-vector-table-format
*/
#define LKMC_VECTOR_SYNC_SP0 (0x1)