Home
last modified time | relevance | path

Searched refs:CPU_FTR_ARCH_207S (Results 1 – 20 of 20) sorted by relevance

/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv_interrupts.S62 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
79 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
105 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
Dbook3s_segment.S100 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
270 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
337 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
Dbook3s_hv_rmhandlers.S74 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
117 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
442 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
567 ALT_FTR_SECTION_END_IFSET(CPU_FTR_ARCH_207S)
602 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
654 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
810 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
843 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
1341 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
1577 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
[all …]
Dbook3s_hv_builtin.c209 if (cpu_has_feature(CPU_FTR_ARCH_207S) && in kvmhv_rm_send_ipi()
Dbook3s_pr.c106 cpu_has_feature(CPU_FTR_ARCH_207S)) in kvmppc_core_vcpu_load_pr()
138 cpu_has_feature(CPU_FTR_ARCH_207S)) in kvmppc_core_vcpu_put_pr()
176 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in kvmppc_copy_to_svcpu()
230 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in kvmppc_copy_from_svcpu()
831 BUG_ON(!cpu_has_feature(CPU_FTR_ARCH_207S)); in kvmppc_handle_fac()
Dbook3s_hv.c90 if (cpu_has_feature(CPU_FTR_ARCH_207S)) { in kvmppc_ipi_thread()
266 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) { in kvmppc_set_arch_compat()
613 cpu_has_feature(CPU_FTR_ARCH_207S)) in kvmppc_power8_compatible()
1028 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in kvmppc_set_lpcr()
2067 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) in can_dynamic_split()
2119 if (cpu_has_feature(CPU_FTR_ARCH_207S) && in can_piggyback_subcore()
3010 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in kvmppc_core_init_vm_hv()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsmp.c166 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in pnv_smp_cpu_kill_self()
248 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in pnv_cpu_bootable()
Dsubcore.c410 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) in subcore_init()
/linux-4.4.14/arch/powerpc/include/asm/
Dswitch_to.h21 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in save_early_sprs()
Dtime.h108 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in get_vtb()
Dcputable.h173 #define CPU_FTR_ARCH_207S LONG_ASM_CONST(0x0000000800000000) macro
446 CPU_FTR_ARCH_207S | CPU_FTR_TM_COMP)
Dreg.h1213 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in mfvtb()
/linux-4.4.14/arch/powerpc/kernel/
Dentry_64.S489 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
591 END_FTR_SECTION_IFSET(CPU_FTR_ARCH_207S)
612 END_FTR_SECTION_NESTED(CPU_FTR_ARCH_207S, CPU_FTR_ARCH_207S, 70)
Dsetup_64.c219 cpu_has_feature(CPU_FTR_ARCH_207S)) { in cpu_ready_for_interrupts()
Didle_power7.S273 ALT_FTR_SECTION_END_NESTED_IFSET(CPU_FTR_ARCH_207S, 66); \
Dtime.c651 cpu_has_feature(CPU_FTR_ARCH_207S)) in running_clock()
Dexceptions-64s.S585 END_FTR_SECTION_IFCLR(CPU_FTR_ARCH_207S)
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dlpar.c81 if (cpu_has_feature(CPU_FTR_ARCH_207S)) in vpa_init()
/linux-4.4.14/arch/powerpc/xmon/
Dxmon.c283 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) in write_ciabr()
1221 if (!cpu_has_feature(CPU_FTR_ARCH_207S)) { in bpt_cmds()
/linux-4.4.14/arch/powerpc/mm/
Dhash_utils_64.c465 return !cpu_has_feature(CPU_FTR_ARCH_207S); in might_have_hea()