Searched refs:CPU_FTR_EMB_HV (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | cputable.h | 120 #define CPU_FTR_EMB_HV ASM_CONST(0x00000200) macro 368 CPU_FTR_DBELL | CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV) 376 CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV | CPU_FTR_CELL_TB_BUG) 380 CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV | CPU_FTR_ALTIVEC_COMP | \ 592 ~CPU_FTR_EMB_HV & /* can be removed at runtime */
|
H A D | kvm_booke_hv_asm.h | 63 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV)
|
/linux/arch/powerpc/mm/nohash/ |
H A D | tlb_low_64e.S | 55 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV) 344 END_FTR_SECTION_NESTED(CPU_FTR_EMB_HV,CPU_FTR_EMB_HV,532) 364 END_FTR_SECTION_NESTED(CPU_FTR_EMB_HV,CPU_FTR_EMB_HV,532)
|
/linux/arch/powerpc/kernel/ |
H A D | cpu_setup_e500.S | 153 andi. r6, r3, CPU_FTR_EMB_HV 155 rlwinm r3, r3, 0, ~CPU_FTR_EMB_HV 219 LOAD_REG_IMMEDIATE(r9,CPU_FTR_EMB_HV)
|
H A D | head_85xx.S | 431 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV) 523 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV)
|
H A D | head_booke.h | 132 ALT_FTR_SECTION_END_IFSET(CPU_FTR_EMB_HV)
|
H A D | exceptions-64e.S | 122 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV) 193 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV)
|
/linux/arch/powerpc/kvm/ |
H A D | powerpc.c | 270 if (!cpu_has_feature(CPU_FTR_EMB_HV)) in kvmppc_sanity_check()
|