Home
last modified time | relevance | path

Searched defs:pud_leaf (Results 1 – 10 of 10) sorted by relevance

/linux-6.6.21/include/asm-generic/
Dpgtable-nopmd.h34 static inline int pud_leaf(pud_t pud) { return 0; } in pud_leaf() function
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable-64.h188 #define pud_leaf pud_leaf macro
189 static inline int pud_leaf(pud_t pud) in pud_leaf() function
/linux-6.6.21/arch/mips/include/asm/
Dpgtable.h757 #define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpgtable.h616 #define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) macro
/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h1088 #define pud_leaf pud_large macro
1100 #define pud_leaf pud_large macro
/linux-6.6.21/arch/sparc/include/asm/
Dpgtable_64.h869 #define pud_leaf pud_large macro
/linux-6.6.21/include/linux/
Dpgtable.h1631 #define pud_leaf(x) 0 macro
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable.h684 #define pud_leaf(pud) (pud_present(pud) && !pud_table(pud)) macro
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1493 #define pud_leaf pud_is_leaf macro
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h707 #define pud_leaf pud_large macro