Searched refs:level4_pgt (Results 1 – 8 of 8) sorted by relevance
53 *read_pda(level4_pgt) = __pa(next->pgd) | _PAGE_TABLE; in switch_mm()66 *read_pda(level4_pgt) = __pa(next->pgd) | _PAGE_TABLE; in switch_mm()
21 unsigned long volatile *level4_pgt; member
385 __pgd_offset_k((pgd_t *)read_pda(level4_pgt), address)405 #define pml4_offset_k(address) ((pml4_t *)read_pda(level4_pgt) + pml4_index(address))
677 cpu_pda[0].level4_pgt[0] = cpu_pda[0].level4_pgt[pml4_index(PAGE_OFFSET)]; in init_low_mapping()711 cpu_pda[0].level4_pgt[0] = 0; in acpi_restore_state_mem()
131 cpu_pda[cpu].level4_pgt = (unsigned long *)level4; in pda_init()
231 *read_pda(level4_pgt) = __pa(init_mm.pgd) | _PAGE_TABLE; in leave_mm()
51 ENTRY(level4_pgt); in main()
318 if (cpu_pda[i].level4_pgt) in zap_low_mappings()319 cpu_pda[i].level4_pgt[0] = 0; in zap_low_mappings()