Home
last modified time | relevance | path

Searched refs:DEFINE_PER_CPU_DECRYPTED (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/kernel/
Dkvm.c56 static DEFINE_PER_CPU_DECRYPTED(struct kvm_vcpu_pv_apf_data, apf_reason) __aligned(64);
57 DEFINE_PER_CPU_DECRYPTED(struct kvm_steal_time, steal_time) __aligned(64) __visible;
293 static DEFINE_PER_CPU_DECRYPTED(unsigned long, kvm_apic_eoi) = KVM_PV_EOI_DISABLED;
/Linux-v5.4/include/linux/
Dpercpu-defs.h183 #define DEFINE_PER_CPU_DECRYPTED(type, name) \ macro
186 #define DEFINE_PER_CPU_DECRYPTED(type, name) DEFINE_PER_CPU(type, name) macro