Searched refs:arch_kfence_init_pool (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dkfence.h13 static inline bool arch_kfence_init_pool(void) { return true; } function
/linux-master/arch/parisc/include/asm/
H A Dkfence.h16 static inline bool arch_kfence_init_pool(void) function
/linux-master/arch/s390/include/asm/
H A Dkfence.h13 static __always_inline bool arch_kfence_init_pool(void) function
21 * Do not split kfence pool to 4k mapping with arch_kfence_init_pool(),
23 * Reason is that arch_kfence_init_pool() gets called when the system
/linux-master/arch/riscv/include/asm/
H A Dkfence.h11 static inline bool arch_kfence_init_pool(void) function
/linux-master/arch/powerpc/include/asm/
H A Dkfence.h18 static inline bool arch_kfence_init_pool(void) function
/linux-master/arch/x86/include/asm/
H A Dkfence.h22 static inline bool arch_kfence_init_pool(void) function
/linux-master/arch/arm/include/asm/
H A Dkfence.h28 static inline bool arch_kfence_init_pool(void) function
/linux-master/arch/loongarch/include/asm/
H A Dkfence.h16 static inline bool arch_kfence_init_pool(void) function
/linux-master/mm/kfence/
H A Dcore.c577 if (!arch_kfence_init_pool())

Completed in 286 milliseconds