Home
last modified time | relevance | path

Searched refs:TLB_6XX (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c733 env->tlb_type = TLB_6XX; in register_6xx_7xx_soft_tlb()
H A Dmachine.c581 return env->nb_tlb && (env->tlb_type == TLB_6XX); in tlb6xx_needed()
H A Dcpu.h385 #define TLB_6XX 1 macro
2887 return cpu->env.tlb_type == TLB_6XX; in ppc_is_split_tlb()
H A Dcpu_init.c6917 case TLB_6XX: in init_ppc_proc()