/xen/xen/arch/x86/include/asm/x86_64/ |
A D | uaccess.h | 19 #define is_compat_arg_xlat_range(addr, size) ({ \ argument 51 #define access_ok(addr, size) \ argument 54 #define array_access_ok(addr, count, size) \ argument 61 #define __compat_access_ok(d, addr, size) \ argument 64 #define compat_access_ok(addr, size) \ argument 67 #define compat_array_access_ok(addr,count,size) \ argument
|
/xen/xen/lib/ |
A D | find-next-bit.c | 22 unsigned long find_next_bit(const unsigned long *addr, unsigned long size, in find_next_bit() 68 unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, in find_next_zero_bit() 113 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() 141 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() 193 long size, unsigned long offset) in find_next_zero_bit_le() 239 long size, unsigned long offset) in find_next_bit_le()
|
/xen/xen/common/zstd/ |
A D | zstd_common.c | 27 #define stack_push(stack, size) \ argument 50 void *__init ZSTD_stackAllocAll(void *opaque, size_t *size) in ZSTD_stackAllocAll() 57 void *__init cf_check ZSTD_stackAlloc(void *opaque, size_t size) in ZSTD_stackAlloc() 68 void *__init ZSTD_malloc(size_t size, ZSTD_customMem customMem) { return customMem.customAlloc(cust… in ZSTD_malloc()
|
/xen/xen/arch/x86/ |
A D | bitops.c | 6 const unsigned long *addr, unsigned int size) in __find_first_bit() 28 const unsigned long *addr, unsigned int size, unsigned int offset) in __find_next_bit() 54 const unsigned long *addr, unsigned int size) in __find_first_zero_bit() 78 const unsigned long *addr, unsigned int size, unsigned int offset) in __find_next_zero_bit()
|
/xen/tools/vchan/ |
A D | node.c | 40 int libxenvchan_write_all(struct libxenvchan *ctrl, char *buf, int size) in libxenvchan_write_all() 55 int write_all(int fd, char *buf, int size) in write_all() 81 int size; in reader() local 105 int size; in writer() local
|
/xen/xen/include/xen/ |
A D | nospec.h | 25 unsigned long size) in array_index_mask_nospec() 52 #define array_index_nospec(index, size) \ argument 65 #define array_index_nospec(index, size) ((void)(size), (index)) argument
|
A D | sort.h | 25 void sort(void *base, size_t num, size_t size, in sort()
|
/xen/tools/tests/vpci/ |
A D | main.c | 95 #define VPCI_READ(reg, size, data) ({ \ argument 99 #define VPCI_READ_CHECK(reg, size, expected) ({ \ argument 106 #define VPCI_WRITE(reg, size, data) ({ \ argument 110 #define VPCI_WRITE_CHECK(reg, size, data) ({ \ argument 115 #define VPCI_ADD_REG(fread, fwrite, off, size, store) \ argument 119 #define VPCI_ADD_REG_MASK(fread, fwrite, off, size, store, \ argument 125 #define VPCI_ADD_INVALID_REG(fread, fwrite, off, size) \ argument 128 #define VPCI_ADD_INVALID_REG_MASK(fread, fwrite, off, size, \ argument 134 #define VPCI_REMOVE_REG(off, size) \ argument 137 #define VPCI_REMOVE_INVALID_REG(off, size) \ argument
|
/xen/xen/common/xz/ |
A D | dec_bcj.c | 60 size_t size; member 88 static size_t __init bcj_x86(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_x86() 160 static size_t __init bcj_powerpc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_powerpc() 181 static size_t __init bcj_ia64(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_ia64() 265 static size_t __init bcj_arm(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_arm() 288 static size_t __init bcj_armthumb(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_armthumb() 316 static size_t __init bcj_sparc(struct xz_dec_bcj *s, uint8_t *buf, size_t size) in bcj_sparc() 346 uint8_t *buf, size_t *pos, size_t size) in bcj_apply()
|
/xen/xen/arch/arm/include/asm/arm64/ |
A D | bitops.h | 8 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) argument 9 #define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0) argument
|
A D | cmpxchg.h | 8 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() 106 unsigned long new, int size, in __int_cmpxchg() 128 int size) in __cmpxchg() 151 int size, in __cmpxchg_timeout()
|
/xen/xen/drivers/acpi/apei/ |
A D | apei-io.c | 47 unsigned long size; member 52 unsigned long size) in __apei_find_iomap() 65 unsigned long size) in __apei_ioremap_fast() 78 static void __iomem *__init apei_range_map(paddr_t paddr, unsigned long size) in apei_range_map() 104 void __iomem *__init apei_pre_map(paddr_t paddr, unsigned long size) in apei_pre_map() 142 static void __init apei_post_unmap(paddr_t paddr, unsigned long size) in apei_post_unmap()
|
/xen/xen/arch/arm/platforms/ |
A D | exynos5.c | 46 paddr_t size; in exynos5_init_time() local 101 paddr_t size; in exynos5_smp_init() local 192 static int exynos5_get_pmu_baseandsize(paddr_t *power_base_addr, paddr_t *size) in exynos5_get_pmu_baseandsize() 227 paddr_t size; in exynos5_cpu_up() local 260 paddr_t size; in exynos5_reset() local
|
/xen/tools/libfsimage/zfs/ |
A D | zfs_fletcher.c | 29 fletcher_2_native(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_2_native() 46 fletcher_2_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_2_byteswap() 63 fletcher_4_native(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_4_native() 80 fletcher_4_byteswap(const void *buf, uint64_t size, zio_cksum_t *zcp) in fletcher_4_byteswap()
|
/xen/tools/libs/light/ |
A D | libxl_colo_proxy.c | 40 uint64_t size, int type) in colo_proxy_send() 85 uint32_t size) in colo_userspace_proxy_send() 112 uint32_t size = 0; in colo_userspace_proxy_recv() local 153 uint32_t size = 16384; in colo_proxy_recv() local 212 int64_t size; in colo_proxy_setup() local 379 int64_t size; in colo_proxy_checkpoint() local
|
/xen/stubdom/vtpm/ |
A D | vtpm_cmd.c | 50 static inline int pack_header(uint8_t** bptr, UINT32* len, TPM_TAG tag, UINT32 size, TPM_COMMAND_CO… in pack_header() 58 static inline int unpack_header(uint8_t** bptr, UINT32* len, TPM_TAG* tag, UINT32* size, TPM_COMMAN… in unpack_header() 103 UINT32 size; in VTPM_GetRandom() local 146 UINT32 size; in VTPM_LoadHashKey() local 190 UINT32 size; in VTPM_SaveHashKey() local 231 UINT32 size; in VTPM_GetParentQuote() local 275 UINT32 size; in VTPM_PCRRead() local
|
/xen/xen/arch/x86/hvm/ |
A D | intercept.c | 44 const struct hvm_io_handler *handler, uint64_t addr, uint32_t size, in hvm_mmio_read() 53 const struct hvm_io_handler *handler, uint64_t addr, uint32_t size, in hvm_mmio_write() 79 const struct hvm_io_handler *handler, uint64_t addr, uint32_t size, in hvm_portio_read() 94 const struct hvm_io_handler *handler, uint64_t addr, uint32_t size, in hvm_portio_write() 289 unsigned int size, portio_action_t action) in register_portio_handler() 304 unsigned int new_port, unsigned int size) in relocate_portio_handler()
|
/xen/tools/libs/guest/ |
A D | xg_dom_bzimageloader.c | 46 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_bzip2_decode() 147 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_bzip2_decode() 162 struct xc_dom_image *dom, void **blob, size_t *size, in _xc_try_lzma_decode() 279 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_xz_decode() 293 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzma_decode() 309 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_xz_decode() 318 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzma_decode() 346 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzo1x_decode() 538 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzo1x_decode() 553 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_zstd_decode() [all …]
|
/xen/xen/arch/x86/include/asm/ |
A D | uaccess.h | 111 #define put_guest_nocheck(x, ptr, size) \ argument 118 #define put_guest_check(x, ptr, size) \ argument 133 #define get_guest_nocheck(x, ptr, size) \ argument 140 #define get_guest_check(x, ptr, size) \ argument 192 #define put_unsafe_size(x, ptr, size, grd, retval, errret) \ argument 216 #define put_guest_size(x, ptr, size, retval, errret) \ argument 219 #define get_unsafe_size(x, ptr, size, grd, retval, errret) \ argument 235 #define get_guest_size(x, ptr, size, retval, errret) \ argument
|
/xen/tools/xenstored/ |
A D | lu_minios.c | 48 size_t size; in lu_dump_close() local 70 unsigned long size) in lu_binary_alloc() 92 unsigned int size, const char *data) in lu_binary_save()
|
/xen/tools/libs/vchan/ |
A D | io.c | 213 static int do_send(struct libxenvchan *ctrl, const void *data, size_t size) in do_send() 236 int libxenvchan_send(struct libxenvchan *ctrl, const void *data, size_t size) in libxenvchan_send() 254 int libxenvchan_write(struct libxenvchan *ctrl, const void *data, size_t size) in libxenvchan_write() 289 static int do_recv(struct libxenvchan *ctrl, void *data, size_t size) in do_recv() 313 int libxenvchan_recv(struct libxenvchan *ctrl, void *data, size_t size) in libxenvchan_recv() 330 int libxenvchan_read(struct libxenvchan *ctrl, void *data, size_t size) in libxenvchan_read()
|
/xen/xen/drivers/vpci/ |
A D | vpci.c | 28 unsigned int size; member 237 unsigned int size, void *data, uint32_t ro_mask, in vpci_add_register_mask() 297 unsigned int size) in vpci_remove_register() 328 unsigned int size) in vpci_read_hw() 376 static void vpci_write_hw(pci_sbdf_t sbdf, unsigned int reg, unsigned int size, in vpci_write_hw() 427 static uint32_t merge_result(uint32_t data, uint32_t new, unsigned int size, in merge_result() 435 uint32_t vpci_read(pci_sbdf_t sbdf, unsigned int reg, unsigned int size) in vpci_read() 528 const struct vpci_register *r, unsigned int size, in vpci_write_helper() 550 void vpci_write(pci_sbdf_t sbdf, unsigned int reg, unsigned int size, in vpci_write()
|
/xen/tools/libs/ctrl/ |
A D | xc_tbuf.c | 42 int xc_tbuf_set_size(xc_interface *xch, unsigned long size) in xc_tbuf_set_size() 54 int xc_tbuf_get_size(xc_interface *xch, unsigned long *size) in xc_tbuf_get_size() 83 unsigned long *size) in xc_tbuf_enable()
|
/xen/xen/arch/arm/include/asm/arm32/ |
A D | cmpxchg.h | 9 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() 123 unsigned long new, int size, in __int_cmpxchg() 145 int size) in __cmpxchg() 168 int size, in __cmpxchg_timeout()
|
/xen/xen/arch/arm/include/asm/ |
A D | flushtlb.h | 36 unsigned long size) in flush_xen_tlb_range_va_local() 56 unsigned long size) in flush_xen_tlb_range_va()
|