Home
last modified time | relevance | path

Searched defs:pgd_offset (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dpgtable.h145 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h1442 #define pgd_offset(mm, address) pgd_offset_raw(READ_ONCE((mm)->pgd), address) macro