Home
last modified time | relevance | path

Searched refs:CPU_FTR_DAWR1 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h56 return cpu_has_feature(CPU_FTR_DAWR1) ? 2 : 1; in nr_wp_slots()
H A Dcputable.h194 #define CPU_FTR_DAWR1 LONG_ASM_CONST(0x0008000000000000) macro
455 CPU_FTR_DAWR | CPU_FTR_DAWR1 | \
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c576 if (cpu_has_feature(CPU_FTR_DAWR1)) { in kvmhv_vcpu_entry_p9()
623 if (cpu_has_feature(CPU_FTR_DAWR1)) { in kvmhv_vcpu_entry_p9()
896 if (cpu_has_feature(CPU_FTR_DAWR1)) { in kvmhv_vcpu_entry_p9()
H A Dbook3s_64_entry.S376 END_FTR_SECTION_IFSET(CPU_FTR_DAWR1)
H A Dbook3s_hv.c890 if (!cpu_has_feature(CPU_FTR_DAWR1)) in kvmppc_h_set_mode()
6150 if (!cpu_has_feature(CPU_FTR_DAWR1)) in kvmhv_enable_dawr1()
/openbmc/linux/arch/powerpc/kernel/
H A Dprom.c184 { .pabyte = 64, .pabit = 0, .cpu_features = CPU_FTR_DAWR1 },
H A Ddt_cpu_ftrs.c663 {"debug-facilities-v31", feat_enable, CPU_FTR_DAWR1},