Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dkvm.c65 static DEFINE_PER_CPU_DECRYPTED(struct kvm_vcpu_pv_apf_data, apf_reason) __aligned(64);
66 DEFINE_PER_CPU_DECRYPTED(struct kvm_steal_time, steal_time) __aligned(64) __visible;
331 static DEFINE_PER_CPU_DECRYPTED(unsigned long, kvm_apic_eoi) = KVM_PV_EOI_DISABLED;
/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu-defs.h182 #define DEFINE_PER_CPU_DECRYPTED(type, name) \ macro
185 #define DEFINE_PER_CPU_DECRYPTED(type, name) DEFINE_PER_CPU(type, name) macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dvmware.c127 static DEFINE_PER_CPU_DECRYPTED(struct vmware_steal_time, vmw_steal_time) __aligned(64);