Home
last modified time | relevance | path

Searched refs:pgd_offset_gate (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/ia64/include/asm/
H A Dpgtable.h344 #define pgd_offset_gate(mm, addr) pgd_offset_k(addr) macro
/openbmc/linux/include/linux/
H A Dpgtable.h944 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr) macro
/openbmc/linux/mm/
H A Dgup.c787 pgd = pgd_offset_gate(mm, address); in get_gate_page()