/xen/tools/include/xen-external/ |
A D | bsd-sys-queue.h | 163 #define SLIST_FOREACH(var, head, field) \ argument 255 #define STAILQ_FOREACH(var, head, field) \ argument 289 #define STAILQ_LAST(head, type, field) \ argument 378 #define QMD_LIST_CHECK_HEAD(head, field) argument 379 #define QMD_LIST_CHECK_NEXT(elm, field) argument 380 #define QMD_LIST_CHECK_PREV(elm, field) argument 387 #define LIST_FOREACH(var, head, field) \ argument 428 #define LIST_REMOVE(elm, field) do { \ argument 499 #define QMD_TAILQ_CHECK_HEAD(head, field) argument 501 #define QMD_TAILQ_CHECK_NEXT(elm, 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) __vcpu_info(v, (v)->vcpu_info, 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 | kexec.h | 73 #define VMCOREINFO_OFFSET(name, field) \ argument 76 #define VMCOREINFO_OFFSET_SUB(name, sub, field) \ argument
|
A D | compat.h | 73 #define copy_field_to_compat(hnd, ptr, field) ({ \ argument 82 #define copy_field_from_compat(ptr, hnd, field) ({ \ argument 117 #define __copy_field_to_compat(hnd, ptr, field) ({ \ argument 125 #define __copy_field_from_compat(ptr, hnd, field) ({ \ argument
|
/xen/xen/include/asm-x86/ |
A D | shared.h | 8 #define GET_SET_SHARED(type, field) \ argument 24 #define GET_SET_VCPU(type, field) \ argument
|
A D | guest_access.h | 102 #define copy_field_to_guest(hnd, ptr, field) ({ \ argument 110 #define copy_field_from_guest(ptr, hnd, field) ({ \ argument 149 #define __copy_field_to_guest(hnd, ptr, field) ({ \ argument 156 #define __copy_field_from_guest(ptr, hnd, field) ({ \ argument
|
A D | asm_defns.h | 135 #define STACK_CPUINFO_FIELD(field) (1 - CPUINFO_sizeof + CPUINFO_##field) argument 144 #define GET_CPUINFO_FIELD(field, reg) \ argument
|
/xen/xen/include/asm-arm/ |
A D | guest_access.h | 95 #define copy_field_to_guest(hnd, ptr, field) ({ \ argument 103 #define copy_field_from_guest(ptr, hnd, field) ({ \ argument 136 #define __copy_field_to_guest(hnd, ptr, field) ({ \ argument 143 #define __copy_field_from_guest(ptr, hnd, field) ({ \ argument
|
/xen/tools/xenstat/xentop/ |
A D | xentop.c | 166 typedef struct field { struct 167 field_id num; argument 172 } field; argument
|
/xen/xen/lib/x86/ |
A D | msr.c | 92 #define ASSIGN(field) \ in x86_msr_copy_from_buffer() argument
|
/xen/xen/arch/arm/ |
A D | vgic-v3.c | 367 uint64_t field = (reg & field_mask) >> field_shift; in vgic_sanitise_field() local 375 static uint64_t vgic_sanitise_shareability(uint64_t field) in vgic_sanitise_shareability() 387 static uint64_t vgic_sanitise_inner_cacheability(uint64_t field) in vgic_sanitise_inner_cacheability() 400 static uint64_t vgic_sanitise_outer_cacheability(uint64_t field) in vgic_sanitise_outer_cacheability()
|
/xen/tools/libxl/ |
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/arch/x86/ |
A D | extable.c | 14 #define EX_FIELD(ptr, field) ((unsigned long)&(ptr)->field + (ptr)->field) argument
|
A D | domctl.c | 286 #define VMCE_SIZE(field) \ in vcpu_set_vmce() argument
|
A D | dmi_scan.c | 738 bool __init dmi_get_date(int field, int *yearp, int *monthp, int *dayp) in dmi_get_date()
|
/xen/xen/arch/x86/hvm/vmx/ |
A D | vvmx.c | 542 unsigned int field, in __shadow_control() 549 unsigned int field, in set_shadow_control() 983 static void vvmcs_to_shadow(const struct vcpu *v, unsigned int field) in vvmcs_to_shadow() 989 const u16 *field) in vvmcs_to_shadow_bulk() 1020 static inline void shadow_to_vvmcs(const struct vcpu *v, unsigned int field) in shadow_to_vvmcs() 1029 const u16 *field) in shadow_to_vvmcs_bulk()
|
/xen/xen/include/asm-x86/hvm/vmx/ |
A D | vmx.h | 374 static always_inline void __vmread(unsigned long field, unsigned long *value) in __vmread() 397 static always_inline void __vmwrite(unsigned long field, unsigned long value) in __vmwrite() 419 static inline enum vmx_insn_errno vmread_safe(unsigned long field, in vmread_safe() 442 static inline enum vmx_insn_errno vmwrite_safe(unsigned long field, in vmwrite_safe()
|
/xen/xen/arch/x86/cpu/ |
A D | intel.c | 173 #define LAZY(msr, field) \ in intel_ctxt_switch_masking() argument
|
A D | amd.c | 237 #define LAZY(cap, msr, field) \ in amd_ctxt_switch_masking() argument
|
/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/include/public/ |
A D | memory.h | 497 #define XENMEM_SHARING_OP_FIELD_MAKE_GREF(field, val) \ argument 499 #define XENMEM_SHARING_OP_FIELD_IS_GREF(field) \ argument 501 #define XENMEM_SHARING_OP_FIELD_GET_GREF(field) \ 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 | 323 u32 field; in get_field_from_reg_u32() local 328 static inline u32 set_field_in_reg_u32(u32 field, u32 reg_value, in set_field_in_reg_u32()
|
/xen/xen/include/xen/libfdt/ |
A D | libfdt.h | 163 #define fdt_get_header(fdt, field) \ argument
|