Home
last modified time | relevance | path

Searched refs:tlb_type (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmachine.c558 return env->nb_tlb && (env->tlb_type == TLB_6XX); in tlb6xx_needed()
597 return env->nb_tlb && (env->tlb_type == TLB_EMB); in tlbemb_needed()
633 return env->nb_tlb && (env->tlb_type == TLB_MAS); in tlbmas_needed()
H A Dcpu.h1336 int tlb_type; /* Type of TLB we're dealing with */ member
2959 return cpu->env.tlb_type == TLB_6XX; in ppc_is_split_tlb()
H A Dcpu_init.c2204 env->tlb_type = TLB_EMB; in init_tlbs_emb()
3018 env->tlb_type = TLB_MAS; in init_proc_e500()
6782 env->tlb_type = TLB_NONE; in init_ppc_proc()
6895 switch (env->tlb_type) { in init_ppc_proc()