Searched refs:CPU_FTR_DAWR1 (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | hw_breakpoint.h | 56 return cpu_has_feature(CPU_FTR_DAWR1) ? 2 : 1; in nr_wp_slots()
|
H A D | cputable.h | 218 #define CPU_FTR_DAWR1 LONG_ASM_CONST(0x0008000000000000) macro 480 CPU_FTR_DAWR | CPU_FTR_DAWR1)
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | hw_breakpoint.h | 56 return cpu_has_feature(CPU_FTR_DAWR1) ? 2 : 1; in nr_wp_slots()
|
H A D | cputable.h | 194 #define CPU_FTR_DAWR1 LONG_ASM_CONST(0x0008000000000000) macro 455 CPU_FTR_DAWR | CPU_FTR_DAWR1 | \
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_hv_p9_entry.c | 576 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 D | book3s_64_entry.S | 376 END_FTR_SECTION_IFSET(CPU_FTR_DAWR1)
|
H A D | book3s_hv.c | 890 if (!cpu_has_feature(CPU_FTR_DAWR1)) in kvmppc_h_set_mode() 6150 if (!cpu_has_feature(CPU_FTR_DAWR1)) in kvmhv_enable_dawr1()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom.c | 179 { .pabyte = 64, .pabit = 0, .cpu_features = CPU_FTR_DAWR1 },
|
H A D | dt_cpu_ftrs.c | 687 {"debug-facilities-v31", feat_enable, CPU_FTR_DAWR1},
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom.c | 184 { .pabyte = 64, .pabit = 0, .cpu_features = CPU_FTR_DAWR1 },
|
H A D | dt_cpu_ftrs.c | 663 {"debug-facilities-v31", feat_enable, CPU_FTR_DAWR1},
|
Completed in 16 milliseconds