Lines Matching refs:target_ulong

19 static target_ulong h_enter(PowerPCCPU *cpu, SpaprMachineState *spapr,  in h_enter()
20 target_ulong opcode, target_ulong *args) in h_enter()
22 target_ulong flags = args[0]; in h_enter()
23 target_ulong ptex = args[1]; in h_enter()
24 target_ulong pteh = args[2]; in h_enter()
25 target_ulong ptel = args[3]; in h_enter()
27 target_ulong raddr; in h_enter()
28 target_ulong slot; in h_enter()
45 target_ulong wimg_flags; in h_enter()
101 , target_ulong ptex, in remove_hpte()
102 target_ulong avpn, in remove_hpte()
103 target_ulong flags, in remove_hpte()
104 target_ulong *vp, target_ulong *rp) in remove_hpte()
107 target_ulong v, r; in remove_hpte()
130 static target_ulong h_remove(PowerPCCPU *cpu, SpaprMachineState *spapr, in h_remove()
131 target_ulong opcode, target_ulong *args) in h_remove()
134 target_ulong flags = args[0]; in h_remove()
135 target_ulong ptex = args[1]; in h_remove()
136 target_ulong avpn = args[2]; in h_remove()
178 static target_ulong h_bulk_remove(PowerPCCPU *cpu, SpaprMachineState *spapr, in h_bulk_remove()
179 target_ulong opcode, target_ulong *args) in h_bulk_remove()
183 target_ulong rc = H_SUCCESS; in h_bulk_remove()
186 target_ulong *tsh = &args[i*2]; in h_bulk_remove()
187 target_ulong tsl = args[i*2 + 1]; in h_bulk_remove()
188 target_ulong v, r, ret; in h_bulk_remove()
230 static target_ulong h_protect(PowerPCCPU *cpu, SpaprMachineState *spapr, in h_protect()
231 target_ulong opcode, target_ulong *args) in h_protect()
234 target_ulong flags = args[0]; in h_protect()
235 target_ulong ptex = args[1]; in h_protect()
236 target_ulong avpn = args[2]; in h_protect()
238 target_ulong v, r; in h_protect()
269 static target_ulong h_read(PowerPCCPU *cpu, SpaprMachineState *spapr, in h_read()
270 target_ulong opcode, target_ulong *args) in h_read()
272 target_ulong flags = args[0]; in h_read()
273 target_ulong ptex = args[1]; in h_read()
368 target_ulong vhyp_mmu_resize_hpt_prepare(PowerPCCPU *cpu, in vhyp_mmu_resize_hpt_prepare()
370 target_ulong shift) in vhyp_mmu_resize_hpt_prepare()
439 target_ulong pte0 = ppc_hash64_hpte0(cpu, hptes, slot); in rehash_hpte()
440 target_ulong pte1; in rehash_hpte()
552 target_ulong vhyp_mmu_resize_hpt_commit(PowerPCCPU *cpu, in vhyp_mmu_resize_hpt_commit()
554 target_ulong flags, in vhyp_mmu_resize_hpt_commit()
555 target_ulong shift) in vhyp_mmu_resize_hpt_commit()