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

/bionic/libc/kernel/arch-mips/asm/
H A Dpgtable-32.h59 #define pgd_offset_k(address) pgd_offset(&init_mm, address)
61 #define pgd_offset(mm, addr) ((mm)->pgd + pgd_index(addr)) macro
/bionic/libc/kernel/arch-x86/asm/
H A Dpgtable_32.h167 #define pgd_offset(mm, address) ((mm)->pgd+pgd_index(address)) macro
169 #define pgd_offset_k(address) pgd_offset(&init_mm, address)

Completed in 119 milliseconds