Home
last modified time | relevance | path

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

/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
/arch/mips/include/asm/
Dpgtable.h757 #define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) macro
/arch/loongarch/include/asm/
Dpgtable.h616 #define pud_leaf(pud) ((pud_val(pud) & _PAGE_HUGE) != 0) macro
/arch/x86/include/asm/
Dpgtable.h1072 #define pud_leaf pud_large macro
1084 #define pud_leaf pud_large macro
/arch/sparc/include/asm/
Dpgtable_64.h869 #define pud_leaf pud_large macro
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h1493 #define pud_leaf pud_is_leaf macro
/arch/s390/include/asm/
Dpgtable.h717 #define pud_leaf pud_large macro
/arch/arm64/include/asm/
Dpgtable.h701 #define pud_leaf(pud) (pud_present(pud) && !pud_table(pud)) macro