/xen/tools/xenstore/ |
A D | talloc.h | 45 #define talloc(ctx, type) (type *)talloc_named_const(ctx, sizeof(type), #type) argument 50 #define talloc_zero(ctx, type) (type *)_talloc_zero(ctx, sizeof(type), #type) argument 62 #define malloc_p(type) (type *)malloc(sizeof(type)) argument 63 #define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count) argument 64 #define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count) argument 73 #define talloc_set_type(ptr, type) talloc_set_name_const(ptr, #type) argument 74 #define talloc_get_type(ptr, type) (type *)talloc_check_name(ptr, #type) argument 80 #define talloc_zero_p(ctx, type) talloc_zero(ctx, type) argument 81 #define talloc_p(ctx, type) talloc(ctx, type) argument 82 #define talloc_array_p(ctx, type, count) talloc_array(ctx, type, count) argument [all …]
|
/xen/xen/include/xen/ |
A D | percpu.h | 6 #define DECLARE_PER_CPU(type, name) \ argument 9 #define __DEFINE_PER_CPU(attr, type, name) \ argument 18 #define DEFINE_PER_CPU(type, name) \ argument 21 #define DEFINE_PER_CPU_PAGE_ALIGNED(type, name) \ argument 27 #define DEFINE_PER_CPU_READ_MOSTLY(type, name) \ argument
|
A D | kernel.h | 33 #define min_t(type,x,y) \ argument 35 #define max_t(type,x,y) \ argument 53 #define container_of(ptr, type, member) ({ \ argument 61 #define typecheck(type,x) \ argument
|
A D | multiboot2.h | 123 u32 type; member 128 u32 type; member 134 u32 type; member 140 u32 type; member 149 u32 type; member 154 u32 type; member 162 u32 type; member 168 u32 type; member 174 u32 type; member
|
/xen/tools/firmware/hvmloader/ |
A D | hypercall.h | 41 #define _hypercall0(type, name) \ argument 52 #define _hypercall1(type, name, a1) \ argument 64 #define _hypercall2(type, name, a1, a2) \ argument 76 #define _hypercall3(type, name, a1, a2, a3) \ argument 90 #define _hypercall4(type, name, a1, a2, a3, a4) \ argument 104 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \ argument 163 unsigned int cmd, unsigned int type) in hypercall_vm_assist()
|
/xen/tools/libxc/ |
A D | xc_kexec.c | 15 int xc_kexec_exec(xc_interface *xch, int type) in xc_kexec_exec() 68 int xc_kexec_load(xc_interface *xch, uint8_t type, uint16_t arch, in xc_kexec_load() 106 int xc_kexec_unload(xc_interface *xch, int type) in xc_kexec_unload() 130 int xc_kexec_status(xc_interface *xch, int type) in xc_kexec_status()
|
A D | xc_psr.c | 162 xc_psr_cmt_type type, uint64_t *monitor_data, in xc_psr_cmt_get_data() 252 xc_psr_type type, uint32_t target, in xc_psr_set_domain_data() 290 xc_psr_type type, uint32_t target, in xc_psr_get_domain_data() 333 xc_psr_feat_type type, xc_psr_hw_info *hw_info) in xc_psr_get_hw_info()
|
A D | xc_sr_common.c | 13 const char *dhdr_type_to_str(uint32_t type) in dhdr_type_to_str() 44 const char *rec_type_to_str(uint32_t type) in rec_type_to_str()
|
/xen/xen/common/ |
A D | vmap.c | 22 void __init vm_init_type(enum vmap_region type, void *start, void *end) in vm_init_type() 142 static unsigned int vm_index(const void *va, enum vmap_region type) in vm_index() 160 static unsigned int vm_size(const void *va, enum vmap_region type) in vm_size() 174 enum vmap_region type = VMAP_DEFAULT; in vm_free() local 204 enum vmap_region type) in __vmap() 242 static void *vmalloc_type(size_t size, enum vmap_region type) in vmalloc_type() 307 enum vmap_region type = VMAP_DEFAULT; in vfree() local
|
/xen/tools/libxl/ |
A D | libxl_psr.c | 76 libxl_psr_type type) in libxl__psr_alloc_log_err_msg() 234 int libxl_psr_cmt_type_supported(libxl_ctx *ctx, libxl_psr_cmt_type type) in libxl_psr_cmt_type_supported() 254 libxl_psr_cmt_type type, in libxl_psr_cmt_get_sample() 321 libxl_psr_type type) in libxl__psr_type_to_libxc_psr_type() 335 libxl_psr_cbm_type type, uint32_t target, in libxl_psr_cat_get_cbm() 342 libxl_psr_feat_type type, unsigned int lvl) in libxl__feat_type_to_libxc_feat_type() 367 libxl_psr_feat_type type, libxl_psr_hw_info *hw_info, in libxl__hw_info_to_libxl_cat_info() 428 libxl_psr_type type, libxl_bitmap *target_map, in libxl_psr_set_val() 458 libxl_psr_type type, unsigned int target, in libxl_psr_get_val() 476 libxl_psr_feat_type type, xc_psr_hw_info *xc_info, in libxl__xc_hw_info_to_libxl_hw_info() [all …]
|
/xen/tools/xl/ |
A D | xl_psr.c | 61 libxl_psr_cmt_type type, in psr_cmt_get_mem_bandwidth() 107 libxl_psr_cmt_type type, in psr_cmt_print_domain_info() 142 static int psr_cmt_show(libxl_psr_cmt_type type, uint32_t domid) in psr_cmt_show() 264 libxl_psr_cmt_type type; in main_psr_cmt_show() local 332 libxl_psr_type type) in psr_print_one_domain_val_type() 348 libxl_psr_feat_type type, in psr_print_one_domain_val() 393 libxl_psr_feat_type type, in psr_print_domain_val() 418 libxl_psr_feat_type type, in psr_print_socket() 464 libxl_psr_feat_type type, in psr_val_show() 558 libxl_psr_type type; in main_psr_mba_set() local [all …]
|
/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 | 50 #define guest_handle_cast(hnd, type) ({ \ argument 56 #define guest_handle_to_param(hnd, type) ({ \ argument 65 #define guest_handle_for_field(hnd, type, fld) \ argument 68 #define guest_handle_from_ptr(ptr, type) \ argument 70 #define const_guest_handle_from_ptr(ptr, type) \ argument
|
/xen/xen/common/ubsan/ |
A D | ubsan.c | 71 static bool type_is_int(struct type_descriptor *type) in type_is_int() 76 static bool type_is_signed(struct type_descriptor *type) in type_is_signed() 82 static unsigned type_bit_width(struct type_descriptor *type) in type_bit_width() 87 static bool is_inline_int(struct type_descriptor *type) in is_inline_int() 97 static s_max get_signed_val(struct type_descriptor *type, unsigned long val) in get_signed_val() 110 static bool val_is_negative(struct type_descriptor *type, unsigned long val) in val_is_negative() 115 static u_max get_unsigned_val(struct type_descriptor *type, unsigned long val) in get_unsigned_val() 126 static void val_to_string(char *str, size_t size, struct type_descriptor *type, in val_to_string() 183 struct type_descriptor *type = data->type; in handle_overflow() local
|
A D | ubsan.h | 29 struct type_descriptor *type; member 34 struct type_descriptor *type; member 41 struct type_descriptor *type; member 59 struct type_descriptor *type; member 80 struct type_descriptor *type; member
|
/xen/xen/arch/arm/arm64/ |
A D | insn.c | 40 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask() 101 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate() 125 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate() 180 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm()
|
/xen/tools/include/xen-external/ |
A D | bsd-sys-queue.h | 143 #define SLIST_HEAD(name, type) \ argument 151 #define SLIST_ENTRY(type) \ argument 217 #define SLIST_SWAP(head1, head2, type) do { \ argument 226 #define STAILQ_HEAD(name, type) \ argument 235 #define STAILQ_ENTRY(type) \ argument 289 #define STAILQ_LAST(head, type, field) \ argument 323 #define STAILQ_SWAP(head1, head2, type) do { \ argument 340 #define LIST_HEAD(name, type) \ argument 348 #define LIST_ENTRY(type) \ argument 454 #define TAILQ_HEAD(name, type) \ argument [all …]
|
/xen/xen/include/asm-arm/ |
A D | guest_access.h | 38 #define guest_handle_cast(hnd, type) ({ \ argument 44 #define guest_handle_to_param(hnd, type) ({ \ argument 54 #define guest_handle_for_field(hnd, type, fld) \ argument 57 #define guest_handle_from_ptr(ptr, type) \ argument 59 #define const_guest_handle_from_ptr(ptr, type) \ argument
|
/xen/xen/include/public/io/ |
A D | fbif.h | 46 uint8_t type; /* XENFB_TYPE_UPDATE */ member 61 uint8_t type; /* XENFB_TYPE_RESIZE */ member 73 uint8_t type; member 99 uint8_t type; /* XENFB_TYPE_UPDATE_PERIOD */ member 108 uint8_t type; member
|
A D | kbdif.h | 272 uint8_t type; member 299 uint8_t type; member 330 uint8_t type; member 483 uint8_t type; /* XENKBD_TYPE_MTOUCH */ member 504 uint8_t type; member 534 uint8_t type; member
|
/xen/xen/include/public/ |
A D | kexec.h | 125 int type; member 136 int type; member 207 uint8_t type; /* One of KEXEC_TYPE_* */ member 226 uint8_t type; member 240 uint8_t type; member
|
/xen/xen/arch/arm/arm32/ |
A D | livepatch.c | 115 static s32 get_addend(unsigned char type, void *dest) in get_addend() 151 static int perform_rel(unsigned char type, void *dest, uint32_t val, s32 addend) in perform_rel() 235 unsigned char type; in arch_livepatch_perform() local
|
/xen/xen/include/asm-x86/guest/ |
A D | xen-hcall.h | 40 #define _hypercall64_1(type, hcall, a1) \ argument 52 #define _hypercall64_2(type, hcall, a1, a2) \ argument 65 #define _hypercall64_3(type, hcall, a1, a2, a3) \ argument 78 #define _hypercall64_4(type, hcall, a1, a2, a3, a4) \ argument
|
/xen/xen/tools/kconfig/ |
A D | expr.c | 27 struct expr *expr_alloc_one(enum expr_type type, struct expr *ce) in expr_alloc_one() 35 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two() 44 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp() 151 static void __expr_eliminate_eq(enum expr_type type, struct expr **ep1, struct expr **ep2) in __expr_eliminate_eq() 590 static void expr_eliminate_dups1(enum expr_type type, struct expr **ep1, struct expr **ep2) in expr_eliminate_dups1() 916 struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym) in expr_trans_compare() 993 enum symbol_type type, in expr_parse_string()
|
/xen/tools/include/xen-tools/ |
A D | libs.h | 45 #define min_t(type, x, y) \ argument 54 #define max_t(type, x, y) \ argument
|