Searched refs:pte0 (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/x86/kernel/ |
D | machine_kexec_32.c | 53 free_page((unsigned long)image->arch.pte0); in machine_kexec_free_page_tables() 54 image->arch.pte0 = NULL; in machine_kexec_free_page_tables() 67 image->arch.pte0 = (pte_t *)get_zeroed_page(GFP_KERNEL); in machine_kexec_alloc_page_tables() 73 !image->arch.pte0 || !image->arch.pte1) { in machine_kexec_alloc_page_tables() 110 image->arch.pgd, pmd, image->arch.pte0, in machine_kexec_prepare_page_tables()
|
/linux-6.1.9/arch/x86/mm/pat/ |
D | cpa-test.c | 121 pte_t *pte, pte0; in pageattr_test() local 149 pte0 = pfn_pte(0, __pgprot(0)); /* shut gcc up */ in pageattr_test() 159 pte0 = *pte; in pageattr_test() 162 pgprot_val(pte_pgprot(pte0))) { in pageattr_test()
|
/linux-6.1.9/arch/powerpc/kvm/ |
D | book3s_32_mmu.c | 189 u32 pte0, pte1; in kvmppc_mmu_book3s_32_xlate_pte() local 216 pte0 = be32_to_cpu(pteg[i]); in kvmppc_mmu_book3s_32_xlate_pte() 218 if (ptem == pte0) { in kvmppc_mmu_book3s_32_xlate_pte() 246 pte0, pte1, pp); in kvmppc_mmu_book3s_32_xlate_pte()
|
D | book3s_64_mmu.c | 263 u64 pte0 = be64_to_cpu(pteg[i]); in kvmppc_mmu_book3s_64_xlate() local 267 if ((pte0 & v_mask) == v_val) { in kvmppc_mmu_book3s_64_xlate()
|
/linux-6.1.9/arch/alpha/kernel/ |
D | core_cia.c | 357 int ctrl, addr0, tag0, pte0, data0; in verify_tb_operation() local 377 pte0 = (virt_to_phys(page) >> (PAGE_SHIFT - 1)) | 1; in verify_tb_operation() 387 *(vip)CIA_IOC_TBn_PAGEm(0,0) = pte0; in verify_tb_operation() 417 if (temp != pte0) { in verify_tb_operation() 419 "(pte0 %#x != %#x)\n", temp, pte0); in verify_tb_operation() 464 arena->ptes[4] = pte0; in verify_tb_operation() 488 arena->ptes[5] = pte0; in verify_tb_operation()
|
/linux-6.1.9/arch/x86/include/asm/ |
D | kexec.h | 144 pte_t *pte0; member
|