Home
last modified time | relevance | path

Searched refs:level4_pgt (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/asm-x86_64/
Dmmu_context.h53 *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()
Dpda.h21 unsigned long volatile *level4_pgt; member
Dpgtable.h385 __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))
/linux-2.4.37.9/arch/x86_64/kernel/
Dacpi.c677 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()
Dsetup64.c131 cpu_pda[cpu].level4_pgt = (unsigned long *)level4; in pda_init()
Dsmp.c231 *read_pda(level4_pgt) = __pa(init_mm.pgd) | _PAGE_TABLE; in leave_mm()
/linux-2.4.37.9/arch/x86_64/tools/
Doffset.c51 ENTRY(level4_pgt); in main()
/linux-2.4.37.9/arch/x86_64/mm/
Dinit.c318 if (cpu_pda[i].level4_pgt) in zap_low_mappings()
319 cpu_pda[i].level4_pgt[0] = 0; in zap_low_mappings()