Searched defs:FNAME (Results 1 – 2 of 2) sorted by relevance
26 #define FNAME(name) paging##64_##name macro44 #define FNAME(name) paging##32_##name macro58 #define FNAME(name) ept_##name macro105 static inline void FNAME(protect_clean_gpte)(struct kvm_mmu *mmu, unsigned *access, in FNAME() function123 static inline int FNAME(is_present_gpte)(unsigned long pte) in FNAME() function132 static bool FNAME(is_bad_mt_xwr)(struct rsvd_bits_validate *rsvd_check, u64 gpte) in FNAME() function141 static bool FNAME(is_rsvd_bits_set)(struct kvm_mmu *mmu, u64 gpte, int level) in FNAME() function147 static int FNAME(cmpxchg_gpte)(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, in FNAME() function186 static bool FNAME(prefetch_invalid_gpte)(struct kvm_vcpu *vcpu, in FNAME() function214 static inline unsigned FNAME(gpte_access)(u64 gpte) in FNAME() function[all …]
44 #define H8300_GEN_BITOP(FNAME, OP) \ argument