Home
last modified time | relevance | path

Searched refs:LOS_MemIntegrityCheck (Results 1 – 23 of 23) sorted by relevance

/kernel/liteos_m/testsuites/sample/kernel/mem/
DIt_los_mem_045.c46 ret = LOS_MemIntegrityCheck(g_memPool); in TestCase()
52 ret = LOS_MemIntegrityCheck(g_memPool); in TestCase()
58 ret = LOS_MemIntegrityCheck(g_memPool); in TestCase()
/kernel/liteos_a/kernel/include/
Dlos_memory.h423 extern UINT32 LOS_MemIntegrityCheck(const VOID *pool);
/kernel/liteos_a/kernel/common/
Dlos_magickey.c112 if (LOS_MemIntegrityCheck(m_aucSysMem1) == LOS_OK) { in OsMagicMemCheck()
/kernel/liteos_m/kernel/include/
Dlos_memory.h466 extern UINT32 LOS_MemIntegrityCheck(const VOID *pool);
/kernel/liteos_a/kernel/base/misc/
Dmempt_shellcmd.c102 if (LOS_MemIntegrityCheck(m_aucSysMem1) == LOS_OK) { in OsShellCmdMemCheck()
/kernel/liteos_m/arch/xtensa/lx6/gcc/
Dlos_interrupt.c316 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/arm9/gcc/
Dlos_interrupt.c262 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/csky/v2/gcc/
Dlos_interrupt.c345 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m33/gcc/NTZ/
Dlos_interrupt.c327 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/
Dlos_interrupt.c327 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/
Dlos_interrupt.c327 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m7/gcc/
Dlos_interrupt.c325 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m4/gcc/
Dlos_interrupt.c326 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m3/keil/
Dlos_interrupt.c325 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m55/gcc/NTZ/
Dlos_interrupt.c330 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/
Dlos_interrupt.c327 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m7/iar/
Dlos_interrupt.c329 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/
Dlos_interrupt.c328 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/
Dlos_interrupt.c327 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m4/iar/
Dlos_interrupt.c326 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/
Dlos_interrupt.c327 UINT32 ret = LOS_MemIntegrityCheck(LOSCFG_SYS_HEAP_ADDR); in OsExcMemPoolCheckInfo()
/kernel/liteos_a/kernel/base/mem/tlsf/
Dlos_memory.c559 if (LOS_MemIntegrityCheck(pool)) { in OsMemUsedNodeShow()
1843 UINT32 LOS_MemIntegrityCheck(const VOID *pool) in LOS_MemIntegrityCheck() function
/kernel/liteos_m/kernel/src/mm/
Dlos_memory.c259 if (LOS_MemIntegrityCheck(pool)) { in OsAllMemNodeDoHandle()
1887 UINT32 LOS_MemIntegrityCheck(const VOID *pool) function