Home
last modified time | relevance | path

Searched defs:FNAME (Results 1 – 2 of 2) sorted by relevance

/arch/x86/kvm/mmu/
Dpaging_tmpl.h26 #define FNAME(name) paging##64_##name macro
44 #define FNAME(name) paging##32_##name macro
58 #define FNAME(name) ept_##name macro
105 static inline void FNAME(protect_clean_gpte)(struct kvm_mmu *mmu, unsigned *access, in FNAME() function
123 static inline int FNAME(is_present_gpte)(unsigned long pte) in FNAME() function
132 static bool FNAME(is_bad_mt_xwr)(struct rsvd_bits_validate *rsvd_check, u64 gpte) in FNAME() function
141 static bool FNAME(is_rsvd_bits_set)(struct kvm_mmu *mmu, u64 gpte, int level) in FNAME() function
147 static int FNAME(cmpxchg_gpte)(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, in FNAME() function
186 static bool FNAME(prefetch_invalid_gpte)(struct kvm_vcpu *vcpu, in FNAME() function
214 static inline unsigned FNAME(gpte_access)(u64 gpte) in FNAME() function
[all …]
/arch/h8300/include/asm/
Dbitops.h44 #define H8300_GEN_BITOP(FNAME, OP) \ argument