Searched refs:CPU_FTR_EMB_HV (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/arch/powerpc/kernel/ |
D | cpu_setup_fsl_booke.S | 163 andis. r6, r3, CPU_FTR_EMB_HV@h 165 rlwinm r3, r3, 0, ~CPU_FTR_EMB_HV 229 LOAD_REG_IMMEDIATE(r9,CPU_FTR_EMB_HV)
|
D | head_fsl_booke.S | 447 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV) 541 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV)
|
D | exceptions-64e.S | 134 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV) 207 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | cputable.h | 158 #define CPU_FTR_EMB_HV ASM_CONST(0x40000000) macro 387 CPU_FTR_DBELL | CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV) 395 CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV | CPU_FTR_CELL_TB_BUG) 399 CPU_FTR_DEBUG_LVL_EXC | CPU_FTR_EMB_HV | CPU_FTR_ALTIVEC_COMP | \ 552 ~CPU_FTR_EMB_HV & /* can be removed at runtime */
|
D | kvm_booke_hv_asm.h | 64 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV)
|
/linux-4.1.27/arch/powerpc/mm/ |
D | tlb_low_64e.S | 62 END_FTR_SECTION_IFSET(CPU_FTR_EMB_HV) 351 END_FTR_SECTION_NESTED(CPU_FTR_EMB_HV,CPU_FTR_EMB_HV,532) 371 END_FTR_SECTION_NESTED(CPU_FTR_EMB_HV,CPU_FTR_EMB_HV,532)
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | powerpc.c | 258 if (!cpu_has_feature(CPU_FTR_EMB_HV)) in kvmppc_sanity_check()
|