Home
last modified time | relevance | path

Searched defs:pudval (Results 1 – 7 of 7) sorted by relevance

/linux/arch/sh/include/asm/
H A Dpgtable-3level.h57 #define set_pud(pudptr, pudval) do { *(pudptr) = (pudval); } while(0) argument
/linux/include/asm-generic/
H A Dpgtable-nopmd.h44 #define set_pud(pudptr, pudval) set_pmd((pmd_t *)(pudptr), (pmd_t) { pudval }) argument
/linux/arch/x86/mm/
H A Dident_map.c125 pud_t pudval; in ident_pud_init() local
/linux/arch/um/include/asm/
H A Dpgtable-4level.h64 #define set_pud(pudptr, pudval) (*(pudptr) = (pudval)) argument
/linux/mm/
H A Dmapping_dirty_helpers.c152 pud_t pudval = READ_ONCE(*pud); in wp_clean_pud_entry() local
H A Dmadvise.c1072 pud_t pudval = pudp_get(pud); in guard_install_pud_entry() local
1192 pud_t pudval = pudp_get(pud); in guard_remove_pud_entry() local
/linux/arch/mips/include/asm/
H A Dpgtable.h243 #define set_pud(pudptr, pudval) do { *(pudptr) = (pudval); } while(0) argument