Searched defs:pte1 (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.c | 599 uint64_t pte0, uint64_t pte1) in hpte_page_shift() 635 static void ppc64_v3_new_to_old_hpte(target_ulong *pte0, target_ulong *pte1) in ppc64_v3_new_to_old_hpte() 654 target_ulong pte0, pte1; in ppc_hash64_pteg_search() local 776 uint64_t pte0, uint64_t pte1) in ppc_hash64_hpte_page_shift_noslb() 865 static void ppc_hash64_set_r(PowerPCCPU *cpu, hwaddr ptex, uint64_t pte1) in ppc_hash64_set_r() 880 static void ppc_hash64_set_c(PowerPCCPU *cpu, hwaddr ptex, uint64_t pte1) in ppc_hash64_set_c() 1211 target_ulong pte0, target_ulong pte1) in ppc_hash64_tlb_flush_hpte()
|
H A D | mmu-hash32.c | 209 target_ulong pte0, pte1; in ppc_hash32_pteg_search() local 236 static void ppc_hash32_set_r(PowerPCCPU *cpu, hwaddr pte_offset, uint32_t pte1) in ppc_hash32_set_r() 245 static void ppc_hash32_set_c(PowerPCCPU *cpu, hwaddr pte_offset, uint64_t pte1) in ppc_hash32_set_c()
|
H A D | mmu-hash32.h | 97 hwaddr pte_offset, target_ulong pte1) in ppc_hash32_store_hpte1() 165 uint32_t pte0, pte1; member
|
H A D | mmu-hash64.h | 116 uint64_t pte0, pte1; member
|
H A D | kvm_ppc.h | 321 static inline void kvmppc_write_hpte(hwaddr ptex, uint64_t pte0, uint64_t pte1) in kvmppc_write_hpte()
|
H A D | kvm.c | 2827 void kvmppc_write_hpte(hwaddr ptex, uint64_t pte0, uint64_t pte1) in kvmppc_write_hpte() 2833 uint64_t pte1; in kvmppc_write_hpte() member
|
H A D | mmu_helper.c | 91 int is_code, target_ulong pte0, target_ulong pte1) in ppc6xx_tlb_store()
|
H A D | cpu.h | 358 target_ulong pte1; member
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 420 uint64_t pte0, uint64_t pte1) in new_hpte_store() 440 target_ulong pte1; in rehash_hpte() local
|
H A D | spapr.c | 1491 uint64_t pte0, uint64_t pte1) in spapr_store_hpte() 1522 uint64_t pte1) in spapr_hpte_set_c() 1538 uint64_t pte1) in spapr_hpte_set_r()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | pgtable-types.h | 11 typedef struct { pte_basic_t pte, pte1, pte2, pte3; } pte_t; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kexec.h | 142 pte_t *pte1; member
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_32_mmu.c | 189 u32 pte0, pte1; in kvmppc_mmu_book3s_32_xlate_pte() local
|
H A D | book3s_64_mmu.c | 264 u64 pte1 = be64_to_cpu(pteg[i + 1]); in kvmppc_mmu_book3s_64_xlate() local
|