Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dpgtable.h114 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro
/kernel/linux/linux-6.6/include/linux/
Dpgtable.h145 #define pgd_offset(mm, address) pgd_offset_pgd((mm)->pgd, (address)) macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
Dpgtable.h1432 #define pgd_offset(mm, address) pgd_offset_raw(READ_ONCE((mm)->pgd), address) macro
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgtable.h1296 #define pgd_offset(mm, address) pgd_offset_raw(READ_ONCE((mm)->pgd), address) macro