Home
last modified time | relevance | path

Searched refs:is_read (Results 1 – 6 of 6) sorted by relevance

/arch/arm64/kvm/hyp/
A Dvgic-v3-sr.c1158 bool is_read; in __vgic_v3_perform_cpuif_access() local
1195 if (is_read) in __vgic_v3_perform_cpuif_access()
1201 if (is_read) in __vgic_v3_perform_cpuif_access()
1208 if (is_read) in __vgic_v3_perform_cpuif_access()
1215 if (is_read) in __vgic_v3_perform_cpuif_access()
1222 if (is_read) in __vgic_v3_perform_cpuif_access()
1229 if (is_read) in __vgic_v3_perform_cpuif_access()
1241 if (is_read) in __vgic_v3_perform_cpuif_access()
1247 if (is_read) in __vgic_v3_perform_cpuif_access()
1263 if (is_read) in __vgic_v3_perform_cpuif_access()
[all …]
/arch/x86/xen/
A Dpmu.c198 static bool xen_intel_pmu_emulate(u32 msr, u64 *val, int type, int index, bool is_read) in xen_intel_pmu_emulate() argument
246 if (is_read) in xen_intel_pmu_emulate()
260 static bool xen_amd_pmu_emulate(u32 msr, u64 *val, bool is_read) in xen_amd_pmu_emulate() argument
291 if (is_read) in xen_amd_pmu_emulate()
301 bool pmu_msr_chk_emulated(u32 msr, u64 *val, bool is_read) in pmu_msr_chk_emulated() argument
306 return xen_amd_pmu_emulate(msr, val, is_read); in pmu_msr_chk_emulated()
309 return xen_intel_pmu_emulate(msr, val, type, index, is_read); in pmu_msr_chk_emulated()
A Dxen-ops.h274 bool pmu_msr_chk_emulated(u32 msr, u64 *val, bool is_read);
/arch/arm64/kvm/
A Dtrace_arm.h393 TP_PROTO(struct kvm_vcpu *vcpu, u32 sysreg, bool is_read),
394 TP_ARGS(vcpu, sysreg, is_read),
399 __field(bool, is_read)
405 __entry->is_read = is_read;
410 __entry->is_read ? 'R' : 'W',
A Demulate-nested.c2470 bool is_read; in triage_sysreg_trap() local
2476 is_read = (esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ; in triage_sysreg_trap()
2519 fgtreg = is_read ? HFGRTR_EL2 : HFGWTR_EL2; in triage_sysreg_trap()
2523 fgtreg = is_read ? HDFGRTR_EL2 : HDFGWTR_EL2; in triage_sysreg_trap()
2546 fgtreg = is_read ? HFGRTR2_EL2 : HFGWTR2_EL2; in triage_sysreg_trap()
2550 fgtreg = is_read ? HDFGRTR2_EL2 : HDFGWTR2_EL2; in triage_sysreg_trap()
2572 if (((b & BEHAVE_FORWARD_READ) && is_read) || in triage_sysreg_trap()
2573 ((b & BEHAVE_FORWARD_WRITE) && !is_read)) in triage_sysreg_trap()
2599 trace_kvm_forward_sysreg_trap(vcpu, sysreg, is_read); in triage_sysreg_trap()
/arch/m68k/mac/
A Dmisc.c178 int is_read; in via_rtc_command() local
193 is_read = command & (RTC_FLG_READ << 8); in via_rtc_command()
196 is_read = command & RTC_FLG_READ; in via_rtc_command()
198 if (is_read) { in via_rtc_command()

Completed in 21 milliseconds