Lines Matching defs:cpu
53 static ppc_slb_t *slb_lookup(PowerPCCPU *cpu, target_ulong eaddr) in slb_lookup()
85 void dump_slb(PowerPCCPU *cpu) in dump_slb()
108 PowerPCCPU *cpu = env_archcpu(env); in helper_SLBIA() local
181 PowerPCCPU *cpu = env_archcpu(env); in helper_SLBIAG() local
208 PowerPCCPU *cpu = env_archcpu(env); in __helper_slbie() local
240 int ppc_store_slb(PowerPCCPU *cpu, target_ulong slot, in ppc_store_slb()
293 static int ppc_load_slb_esid(PowerPCCPU *cpu, target_ulong rb, in ppc_load_slb_esid()
308 static int ppc_load_slb_vsid(PowerPCCPU *cpu, target_ulong rb, in ppc_load_slb_vsid()
323 static int ppc_find_slb_vsid(PowerPCCPU *cpu, target_ulong rb, in ppc_find_slb_vsid()
343 PowerPCCPU *cpu = env_archcpu(env); in helper_SLBMTE() local
353 PowerPCCPU *cpu = env_archcpu(env); in helper_SLBMFEE() local
365 PowerPCCPU *cpu = env_archcpu(env); in helper_SLBFEE() local
377 PowerPCCPU *cpu = env_archcpu(env); in helper_SLBMFEV() local
389 static inline int ppc_hash64_pte_noexec_guard(PowerPCCPU *cpu, in ppc_hash64_pte_noexec_guard()
446 static int ppc_hash64_iamr_prot(PowerPCCPU *cpu, int key) in ppc_hash64_iamr_prot()
462 static int ppc_hash64_amr_prot(PowerPCCPU *cpu, ppc_hash_pte64_t pte) in ppc_hash64_amr_prot()
512 static hwaddr ppc_hash64_hpt_base(PowerPCCPU *cpu) in ppc_hash64_hpt_base()
532 static hwaddr ppc_hash64_hpt_mask(PowerPCCPU *cpu) in ppc_hash64_hpt_mask()
552 const ppc_hash_pte64_t *ppc_hash64_map_hptes(PowerPCCPU *cpu, in ppc_hash64_map_hptes()
577 void ppc_hash64_unmap_hptes(PowerPCCPU *cpu, const ppc_hash_pte64_t *hptes, in ppc_hash64_unmap_hptes()
589 bool ppc_hash64_valid_ptex(PowerPCCPU *cpu, target_ulong ptex) in ppc_hash64_valid_ptex()
647 static hwaddr ppc_hash64_pteg_search(PowerPCCPU *cpu, hwaddr hash, in ppc_hash64_pteg_search()
707 static hwaddr ppc_hash64_htab_lookup(PowerPCCPU *cpu, in ppc_hash64_htab_lookup()
775 unsigned ppc_hash64_hpte_page_shift_noslb(PowerPCCPU *cpu, 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()
894 static target_ulong rmls_limit(PowerPCCPU *cpu) in rmls_limit()
921 static uint64_t get_vrma_llp(PowerPCCPU *cpu) in get_vrma_llp()
956 static int build_vrma_slbe(PowerPCCPU *cpu, ppc_slb_t *slb) in build_vrma_slbe()
982 bool ppc_hash64_xlate(PowerPCCPU *cpu, vaddr eaddr, MMUAccessType access_type, in ppc_hash64_xlate()
1210 void ppc_hash64_tlb_flush_hpte(PowerPCCPU *cpu, target_ulong ptex, in ppc_hash64_tlb_flush_hpte()
1224 PowerPCCPU *cpu = env_archcpu(env); in helper_store_lpcr() local
1230 void ppc_hash64_init(PowerPCCPU *cpu) in ppc_hash64_init()
1243 void ppc_hash64_finalize(PowerPCCPU *cpu) in ppc_hash64_finalize()