Searched refs:pgd_offset_gate (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/linux/ | ||
| H A D | pgtable.h | 1168 #define pgd_offset_gate(mm, addr) pgd_offset(mm, addr) macro |
| /linux-6.15/mm/ | ||
| H A D | gup.c | 1112 pgd = pgd_offset_gate(mm, address); in get_gate_page() |