Home
last modified time | relevance | path

Searched defs:pgtable_l5_enabled (Results 1 – 4 of 4) sorted by relevance

/arch/x86/include/asm/
A Dpgtable_32_types.h18 #define pgtable_l5_enabled() 0 macro
A Dpgtable_64_types.h31 static inline bool pgtable_l5_enabled(void) in pgtable_l5_enabled() function
36 #define pgtable_l5_enabled() cpu_feature_enabled(X86_FEATURE_LA57) macro
/arch/riscv/include/asm/
A Dpgtable-32.h37 static const __maybe_unused int pgtable_l5_enabled; variable
/arch/arm64/include/asm/
A Dpgtable.h1101 static __always_inline bool pgtable_l5_enabled(void) in pgtable_l5_enabled() function
1208 static inline bool pgtable_l5_enabled(void) { return false; } in pgtable_l5_enabled() function

Completed in 14 milliseconds