Searched defs:pgtable_l5_enabled (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable_32_types.h18 #define pgtable_l5_enabled() 0 macro
H A Dpgtable_64_types.h32 static inline bool pgtable_l5_enabled(void) function
37 #define pgtable_l5_enabled() cpu_feature_enabled(X86_FEATURE_LA57) macro
41 #define pgtable_l5_enabled() 0 macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable-32.h37 static const __maybe_unused int pgtable_l5_enabled; variable
/linux-master/arch/riscv/mm/
H A Dinit.c53 bool pgtable_l5_enabled = IS_ENABLED(CONFIG_64BIT) && !IS_ENABLED(CONFIG_XIP_KERNEL); variable
55 EXPORT_SYMBOL(pgtable_l5_enabled); variable
[all...]
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h903 static __always_inline bool pgtable_l5_enabled(void) function
1006 static inline bool pgtable_l5_enabled(void) { return false; } function
[all...]

Completed in 130 milliseconds