| /xen/tools/include/ |
| A D | xen_list.h | 129 #define XEN_SLIST_FOREACH(var, head, field) \ argument 172 #define XEN_SLIST_REMOVE_AFTER(elm, field) do { \ argument 177 #define XEN_SLIST_REMOVE_HEAD(head, field) do { \ argument 219 #define XEN_STAILQ_FOREACH(var, head, field) \ argument 253 #define XEN_STAILQ_LAST(head, type, field) \ argument 279 #define XEN_STAILQ_REMOVE_HEAD(head, field) do { \ argument 324 #define XEN_LIST_FOREACH(var, head, field) \ argument 362 #define XEN_LIST_REMOVE(elm, field) do { \ argument 414 #define XEN_TAILQ_FOREACH(var, head, field) \ argument 479 #define XEN_TAILQ_PREV(elm, headname, field) \ argument [all …]
|
| /xen/xen/include/xen/ |
| A D | shared.h | 18 #define __shared_info(d, s, field) \ argument 29 #define __vcpu_info(v, i, field) \ argument 37 #define __shared_info(d, s, field) ((s)->field) argument 40 #define __vcpu_info(v, i, field) ((i)->field) argument 46 #define shared_info(d, field) __shared_info(d, (d)->shared_info, field) argument 47 #define vcpu_info(v, field) \ argument
|
| A D | xmalloc.h | 39 #define xzalloc_flex_struct(type, field, nr) \ argument 42 #define xmalloc_flex_struct(type, field, nr) \ argument 46 #define xrealloc_flex_struct(ptr, field, nr) \ argument
|
| A D | guest_access.h | 96 #define copy_field_to_guest(hnd, ptr, field) ({ \ argument 107 #define copy_field_from_guest(ptr, hnd, field) ({ \ argument 157 #define __copy_field_to_guest(hnd, ptr, field) ({ \ argument 167 #define __copy_field_from_guest(ptr, hnd, field) ({ \ argument
|
| A D | kexec.h | 74 #define VMCOREINFO_OFFSET(name, field) \ argument 77 #define VMCOREINFO_OFFSET_SUB(name, sub, field) \ argument
|
| A D | compat.h | 76 #define copy_field_to_compat(hnd, ptr, field) ({ \ argument 85 #define copy_field_from_compat(ptr, hnd, field) ({ \ argument 120 #define __copy_field_to_compat(hnd, ptr, field) ({ \ argument 128 #define __copy_field_from_compat(ptr, hnd, field) ({ \ argument
|
| /xen/xen/arch/x86/include/asm/ |
| A D | shared.h | 10 #define GET_SET_SHARED(type, field) \ argument 26 #define GET_SET_VCPU(type, field) \ argument 49 #define GET_SET_SHARED(type, field) \ argument 60 #define GET_SET_VCPU(type, field) \ argument
|
| A D | spec_ctrl_asm.h | 148 #define STK_REL(field, top_of_stk) ((field) - (top_of_stk)) argument
|
| A D | asm_defns.h | 144 #define STACK_CPUINFO_FIELD(field) (1 - CPUINFO_sizeof + CPUINFO_##field) argument 153 #define GET_CPUINFO_FIELD(field, reg) \ argument
|
| /xen/xen/arch/arm/include/asm/arm64/ |
| A D | cpufeature.h | 48 cpuid_feature_extract_signed_field_width(u64 features, int field, int width) in cpuid_feature_extract_signed_field_width() 54 cpuid_feature_extract_signed_field(u64 features, int field) in cpuid_feature_extract_signed_field() 60 cpuid_feature_extract_unsigned_field_width(u64 features, int field, int width) in cpuid_feature_extract_unsigned_field_width() 66 cpuid_feature_extract_unsigned_field(u64 features, int field) in cpuid_feature_extract_unsigned_field() 77 cpuid_feature_extract_field_width(u64 features, int field, int width, bool sign) in cpuid_feature_extract_field_width() 85 cpuid_feature_extract_field(u64 features, int field, bool sign) in cpuid_feature_extract_field()
|
| /xen/xen/arch/arm/arm64/ |
| A D | cpufeature.c | 571 #define SANITIZE_REG(field, num, reg) \ in update_system_features() argument 575 #define SANITIZE_ID_REG(field, num, reg) \ in update_system_features() argument 579 #define SANITIZE_RAZ_REG(field, num, reg) \ in update_system_features() argument 583 #define SANITIZE_GENERIC_REG(field, num, reg) \ in update_system_features() argument
|
| A D | vsysreg.c | 75 #define GENERATE_TID3_INFO(reg, field, offset) \ argument
|
| /xen/xen/arch/arm/ |
| A D | vgic-v3.c | 363 uint64_t (*sanitise_fn)(uint64_t field)) in vgic_sanitise_field() 365 uint64_t field = (reg & field_mask) >> field_shift; in vgic_sanitise_field() local 373 static uint64_t vgic_sanitise_shareability(uint64_t field) in vgic_sanitise_shareability() 385 static uint64_t vgic_sanitise_inner_cacheability(uint64_t field) in vgic_sanitise_inner_cacheability() 398 static uint64_t vgic_sanitise_outer_cacheability(uint64_t field) in vgic_sanitise_outer_cacheability()
|
| A D | vcpreg.c | 169 #define GENERATE_TID3_INFO(reg, field, offset) \ argument
|
| /xen/tools/xentop/ |
| A D | xentop.c | 167 typedef struct field { struct 168 field_id num; argument 173 } field; argument
|
| /xen/xen/lib/x86/ |
| A D | msr.c | 92 #define ASSIGN(field) \ in x86_msr_copy_from_buffer() argument
|
| /xen/tools/libs/light/ |
| A D | gentypes.py | 227 def libxl_C_type_member_init(ty, field): argument 279 def libxl_C_type_copy_deprecated(field, v, indent = " ", vparent = None): argument
|
| /xen/xen/tools/ |
| A D | compat-xlat-header.py | 291 def check_field(kind, name, field, extrafields): argument
|
| /xen/xen/arch/x86/ |
| A D | extable.c | 14 #define EX_FIELD(ptr, field) ((unsigned long)&(ptr)->field + (ptr)->field) argument
|
| /xen/xen/arch/x86/hvm/vmx/ |
| A D | vvmx.c | 532 unsigned int field, in __shadow_control() 539 unsigned int field, in set_shadow_control() 976 static void vvmcs_to_shadow(const struct vcpu *v, unsigned int field) in vvmcs_to_shadow() 982 const u16 *field) in vvmcs_to_shadow_bulk() 1013 static inline void shadow_to_vvmcs(const struct vcpu *v, unsigned int field) in shadow_to_vvmcs() 1022 const u16 *field) in shadow_to_vvmcs_bulk()
|
| /xen/xen/arch/x86/include/asm/hvm/vmx/ |
| A D | vmx.h | 363 static always_inline void __vmread(unsigned long field, unsigned long *value) in __vmread() 386 static always_inline void __vmwrite(unsigned long field, unsigned long value) in __vmwrite() 408 static inline enum vmx_insn_errno vmread_safe(unsigned long field, in vmread_safe() 431 static inline enum vmx_insn_errno vmwrite_safe(unsigned long field, in vmwrite_safe()
|
| /xen/xen/common/ |
| A D | xenoprof.c | 39 #define xenoprof_buf(d, b, field) ACCESS_ONCE((b)->field) argument 47 #define xenoprof_buf(d, b, field) ACCESS_ONCE(*(!(d)->xenoprof->is_compat \ argument
|
| /xen/xen/arch/x86/cpu/ |
| A D | intel.c | 207 #define LAZY(msr, field) \ in intel_ctxt_switch_masking() argument
|
| /xen/xen/xsm/flask/ |
| A D | avc.c | 60 #define avc_cache_stats_incr(field) \ argument 65 #define avc_cache_stats_incr(field) do {} while (0) argument
|
| /xen/xen/drivers/passthrough/amd/ |
| A D | iommu.h | 298 u32 field; in get_field_from_reg_u32() local 303 static inline u32 set_field_in_reg_u32(u32 field, u32 reg_value, in set_field_in_reg_u32()
|