/xen/tools/libs/gnttab/ |
A D | gnttab_unimp.c | 36 int xengnttab_set_max_grants(xengnttab_handle *xgt, uint32_t count) in xengnttab_set_max_grants() 50 uint32_t count, in xengnttab_map_grant_refs() 59 uint32_t count, in xengnttab_map_domain_grant_refs() 77 int xengnttab_unmap(xengnttab_handle *xgt, void *start_address, uint32_t count) in xengnttab_unmap() 83 uint32_t count, in xengnttab_grant_copy() 90 uint32_t flags, uint32_t count, in xengnttab_dmabuf_exp_from_refs() 103 uint32_t fd, uint32_t count, uint32_t *refs) in xengnttab_dmabuf_imp_to_refs()
|
A D | minios.c | 62 uint32_t count, int flags, int prot, in osdep_gnttab_grant_map() 82 uint32_t count) in osdep_gnttab_unmap() 96 int osdep_gnttab_set_max_grants(xengnttab_handle *xgt, uint32_t count) in osdep_gnttab_set_max_grants() 110 uint32_t count, in osdep_gnttab_grant_copy() 117 uint32_t flags, uint32_t count, in osdep_gnttab_dmabuf_exp_from_refs() 130 uint32_t fd, uint32_t count, in osdep_gnttab_dmabuf_imp_to_refs()
|
A D | gnttab_core.c | 84 int xengnttab_set_max_grants(xengnttab_handle *xgt, uint32_t count) in xengnttab_set_max_grants() 98 uint32_t count, in xengnttab_map_grant_refs() 107 uint32_t count, in xengnttab_map_domain_grant_refs() 127 int xengnttab_unmap(xengnttab_handle *xgt, void *start_address, uint32_t count) in xengnttab_unmap() 133 uint32_t count, in xengnttab_grant_copy() 140 uint32_t flags, uint32_t count, in xengnttab_dmabuf_exp_from_refs() 154 uint32_t fd, uint32_t count, uint32_t *refs) in xengnttab_dmabuf_imp_to_refs()
|
A D | freebsd.c | 60 int osdep_gnttab_set_max_grants(xengnttab_handle *xgt, uint32_t count) in osdep_gnttab_set_max_grants() 66 uint32_t count, int flags, int prot, in osdep_gnttab_grant_map() 161 uint32_t count) in osdep_gnttab_unmap() 203 uint32_t count, in osdep_gnttab_grant_copy() 231 uint32_t domid, int count, in osdep_gntshr_share_pages() 305 void *start_address, uint32_t count) in osdep_gntshr_unshare() 315 uint32_t flags, uint32_t count, in osdep_gnttab_dmabuf_exp_from_refs() 329 uint32_t fd, uint32_t count, uint32_t *refs) in osdep_gnttab_dmabuf_imp_to_refs()
|
A D | linux.c | 66 int osdep_gnttab_set_max_grants(xengnttab_handle *xgt, uint32_t count) in osdep_gnttab_set_max_grants() 87 uint32_t count, int flags, int prot, in osdep_gnttab_grant_map() 195 uint32_t count) in osdep_gnttab_unmap() 236 uint32_t count, in osdep_gnttab_grant_copy() 312 uint32_t flags, uint32_t count, in osdep_gnttab_dmabuf_exp_from_refs() 377 uint32_t fd, uint32_t count, uint32_t *refs) in osdep_gnttab_dmabuf_imp_to_refs() 445 uint32_t domid, int count, in osdep_gntshr_share_pages() 511 void *start_address, uint32_t count) in osdep_gntshr_unshare()
|
A D | gntshr_unimp.c | 36 int count, uint32_t *refs, int writable) in xengntshr_share_pages() 49 int xengntshr_unshare(xengntshr_handle *xgs, void *start_address, uint32_t count) in xengntshr_unshare()
|
A D | gntshr_core.c | 74 int count, uint32_t *refs, int writable) in xengntshr_share_pages() 88 int xengntshr_unshare(xengntshr_handle *xgs, void *start_address, uint32_t count) in xengntshr_unshare()
|
/xen/tools/libxc/ |
A D | xc_gnttab_compat.c | 31 uint32_t count, in xc_gnttab_map_grant_refs() 40 uint32_t count, in xc_gnttab_map_domain_grant_refs() 61 uint32_t count) in xc_gnttab_munmap() 67 uint32_t count) in xc_gnttab_set_max_grants() 84 int count, uint32_t *refs, int writable) in xc_gntshr_share_pages() 98 int xc_gntshr_munmap(xc_gntshr *xcg, void *start_address, uint32_t count) in xc_gntshr_munmap()
|
/xen/tools/xenstore/ |
A D | talloc.h | 53 #define talloc_zero_array(ctx, type, count) (type *)_talloc_zero_array(ctx, sizeof(type), count, #t… argument 54 #define talloc_array(ctx, type, count) (type *)_talloc_array(ctx, sizeof(type), count, #type) argument 55 #define talloc_array_size(ctx, size, count) _talloc_array(ctx, size, count, __location__) argument 57 #define talloc_realloc(ctx, p, type, count) (type *)_talloc_realloc_array(ctx, p, sizeof(type), cou… 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 82 #define talloc_array_p(ctx, type, count) talloc_array(ctx, type, count) argument 83 #define talloc_realloc_p(ctx, p, type, count) talloc_realloc(ctx, p, type, count) argument
|
/xen/tools/include/xen-sys/FreeBSD/ |
A D | gntdev.h | 137 uint32_t count; member 151 uint32_t count; member 165 uint32_t count; member 178 uint32_t count; member 188 uint32_t count; member
|
/xen/tools/include/xen-sys/Linux/ |
A D | gntdev.h | 54 uint32_t count; member 76 uint32_t count; member 102 uint32_t count; member 117 uint32_t count; member 168 unsigned int count; member 210 uint32_t count; member 253 uint32_t count; member
|
A D | gntalloc.h | 26 uint32_t count; member 48 uint32_t count; member
|
/xen/xen/include/asm-x86/guest/ |
A D | xen-hcall.h | 118 unsigned int count) in xen_hypercall_grant_table_op() 132 const char *buf, unsigned int count) in xen_hypercall_console_write() 190 const char *buf, unsigned int count) in xen_hypercall_console_write()
|
/xen/tools/xl/ |
A D | xl_cmdtable.c | 636 int i, count = 0; in cmdtable_lookup() local
|
/xen/xen/common/coverage/ |
A D | gcov.h | 15 #define GCOV_TAG_FOR_COUNTER(count) \ argument
|
/xen/xen/drivers/cpufreq/ |
A D | utility.c | 91 uint32_t i, count; in cpufreq_statistic_init() local 172 uint32_t i, j, count; in cpufreq_statistic_reset() local 252 unsigned int count = 0; in cpufreq_frequency_table_verify() local
|
/xen/xen/arch/x86/boot/ |
A D | cmdline.c | 69 static int strncmp(const char *cs, const char *ct, size_t count) in strncmp() 98 size_t count = 0; in strspn() local 118 size_t count = 0; in strcspn() local
|
/xen/xen/drivers/video/ |
A D | font.h | 16 unsigned width, height, count; member
|
/xen/tools/fuzz/x86_instruction_emulator/ |
A D | afl-harness.c | 15 int max, count; in main() local
|
/xen/xen/include/asm-x86/x86_64/ |
A D | uaccess.h | 43 #define array_access_ok(addr, count, size) \ argument 56 #define compat_array_access_ok(addr,count,size) \ argument
|
/xen/xen/common/libelf/ |
A D | libelf-tools.c | 132 unsigned count = elf_uval(elf, elf->ehdr, e_shnum); in elf_shdr_count() local 152 unsigned i, count = elf_shdr_count(elf); in elf_shdr_by_name() local 171 unsigned count = elf_shdr_count(elf); in elf_shdr_by_index() local 185 unsigned count = elf_phdr_count(elf); in elf_phdr_by_index() local
|
A D | libelf-loader.c | 39 unsigned i, count, section, link; in elf_init() local 471 unsigned i, count; in elf_parse_binary() local 501 unsigned i, count; in elf_load_binary() local
|
/xen/tools/libxl/ |
A D | flexarray.h | 24 unsigned int count; member
|
/xen/xen/include/asm-arm/ |
A D | smccc.h | 177 #define ___declare_args(count, ...) __declare_arg_ ## count(__VA_ARGS__) argument 178 #define __declare_args(count, ...) ___declare_args(count, __VA_ARGS__) argument 180 #define ___constraints(count) \ argument 184 #define __constraints(count) ___constraints(count) argument 252 #define ___arm_smccc_1_0_smc_count(count, ...) \ argument 255 #define __arm_smccc_1_0_smc_count(count, ...) \ argument
|
/xen/xen/common/ |
A D | string.c | 208 size_t strnlen(const char * s, size_t count) in strnlen() 229 size_t count = 0; in strspn() local
|