Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/
Dvgic-v3-sr.c1025 bool is_read; in __vgic_v3_perform_cpuif_access() local
1040 is_read = (esr & ESR_ELx_SYS64_ISS_DIR_MASK) == ESR_ELx_SYS64_ISS_DIR_READ; in __vgic_v3_perform_cpuif_access()
1045 if (unlikely(!is_read)) in __vgic_v3_perform_cpuif_access()
1051 if (unlikely(is_read)) in __vgic_v3_perform_cpuif_access()
1056 if (is_read) in __vgic_v3_perform_cpuif_access()
1062 if (is_read) in __vgic_v3_perform_cpuif_access()
1069 if (is_read) in __vgic_v3_perform_cpuif_access()
1076 if (is_read) in __vgic_v3_perform_cpuif_access()
1083 if (is_read) in __vgic_v3_perform_cpuif_access()
1090 if (is_read) in __vgic_v3_perform_cpuif_access()
[all …]
/arch/m68k/mac/
Dmisc.c177 int is_read; in via_rtc_command() local
192 is_read = command & (RTC_FLG_READ << 8); in via_rtc_command()
195 is_read = command & RTC_FLG_READ; in via_rtc_command()
197 if (is_read) { in via_rtc_command()
/arch/x86/xen/
Dpmu.c190 int index, bool is_read) in xen_intel_pmu_emulate() argument
238 if (is_read) in xen_intel_pmu_emulate()
252 static bool xen_amd_pmu_emulate(unsigned int msr, u64 *val, bool is_read) in xen_amd_pmu_emulate() argument
283 if (is_read) in xen_amd_pmu_emulate()
/arch/x86/kvm/
Dx86.c1716 static int complete_emulated_msr(struct kvm_vcpu *vcpu, bool is_read) in complete_emulated_msr() argument
1721 } else if (is_read) { in complete_emulated_msr()