/xen/xen/include/asm-x86/x86_64/ |
A D | uaccess.h | 9 #define is_compat_arg_xlat_range(addr, size) ({ \ argument 40 #define access_ok(addr, size) \ argument 43 #define array_access_ok(addr, count, size) \ argument 50 #define __compat_access_ok(d, addr, size) \ argument 53 #define compat_access_ok(addr, size) \ argument 56 #define compat_array_access_ok(addr,count,size) \ argument 60 #define __put_user_size(x,ptr,size,retval,errret) \ argument 72 #define __get_user_size(x,ptr,size,retval,errret) \ argument
|
/xen/xen/arch/arm/arm64/lib/ |
A D | find_next_bit.c | 19 unsigned long find_next_bit(const unsigned long *addr, unsigned long size, in find_next_bit() 65 unsigned long find_next_zero_bit(const unsigned long *addr, unsigned long size, in find_next_zero_bit() 110 unsigned long find_first_bit(const unsigned long *addr, unsigned long size) in find_first_bit() 138 unsigned long find_first_zero_bit(const unsigned long *addr, unsigned long size) in find_first_zero_bit() 190 long size, unsigned long offset) in find_next_zero_bit_le() 236 long size, unsigned long offset) in find_next_bit_le()
|
/xen/xen/common/ |
A D | sort.c | 9 static void u32_swap(void *a, void *b, int size) in u32_swap() 16 static void generic_swap(void *a, void *b, int size) in generic_swap() 44 void sort(void *base, size_t num, size_t size, in sort() 46 void (*swap)(void *, void *, int size)) in sort()
|
/xen/xen/include/xen/ |
A D | nospec.h | 24 unsigned long size) in array_index_mask_nospec() 51 #define array_index_nospec(index, size) \ argument 64 #define array_index_nospec(index, size) ((void)(size), (index)) argument
|
/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/libvchan/ |
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
|
A D | io.c | 211 static int do_send(struct libxenvchan *ctrl, const void *data, size_t size) in do_send() 234 int libxenvchan_send(struct libxenvchan *ctrl, const void *data, size_t size) in libxenvchan_send() 252 int libxenvchan_write(struct libxenvchan *ctrl, const void *data, size_t size) in libxenvchan_write() 287 static int do_recv(struct libxenvchan *ctrl, void *data, size_t size) in do_recv() 311 int libxenvchan_recv(struct libxenvchan *ctrl, void *data, size_t size) in libxenvchan_recv() 328 int libxenvchan_read(struct libxenvchan *ctrl, void *data, size_t size) in libxenvchan_read()
|
/xen/tools/tests/vpci/ |
A D | main.c | 73 #define VPCI_READ(reg, size, data) ({ \ argument 77 #define VPCI_READ_CHECK(reg, size, expected) ({ \ argument 84 #define VPCI_WRITE(reg, size, data) ({ \ argument 88 #define VPCI_WRITE_CHECK(reg, size, data) ({ \ argument 93 #define VPCI_ADD_REG(fread, fwrite, off, size, store) \ argument 97 #define VPCI_ADD_INVALID_REG(fread, fwrite, off, size) \ argument 100 #define VPCI_REMOVE_REG(off, size) \ argument 103 #define VPCI_REMOVE_INVALID_REG(off, size) \ argument
|
/xen/xen/include/asm-arm/arm32/ |
A D | cmpxchg.h | 8 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() 91 unsigned long new, int size, in __int_cmpxchg() 113 int size) in __cmpxchg() 123 unsigned long new, int size) in __cmpxchg_mb() 147 int size, in __cmpxchg_mb_timeout()
|
/xen/xen/include/asm-arm/arm64/ |
A D | cmpxchg.h | 6 static inline unsigned long __xchg(unsigned long x, volatile void *ptr, int size) in __xchg() 104 unsigned long new, int size, in __int_cmpxchg() 126 int size) in __cmpxchg() 136 unsigned long new, int size) in __cmpxchg_mb() 160 int size, in __cmpxchg_mb_timeout()
|
A D | bitops.h | 84 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0) argument 85 #define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0) argument
|
/xen/xen/drivers/vpci/ |
A D | vpci.c | 27 unsigned int size; member 128 unsigned int size, void *data) in vpci_add_register() 175 unsigned int size) in vpci_remove_register() 206 unsigned int size) in vpci_read_hw() 250 static void vpci_write_hw(pci_sbdf_t sbdf, unsigned int reg, unsigned int size, in vpci_write_hw() 297 static uint32_t merge_result(uint32_t data, uint32_t new, unsigned int size, in merge_result() 305 uint32_t vpci_read(pci_sbdf_t sbdf, unsigned int reg, unsigned int size) in vpci_read() 390 const struct vpci_register *r, unsigned int size, in vpci_write_helper() 407 void vpci_write(pci_sbdf_t sbdf, unsigned int reg, unsigned int size, in vpci_write()
|
/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/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 u64 size; in exynos5_init_time() local 101 u64 size; in exynos5_smp_init() local 192 static int exynos5_get_pmu_baseandsize(u64 *power_base_addr, u64 *size) in exynos5_get_pmu_baseandsize() 227 u64 size; in exynos5_cpu_up() local 260 u64 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/libxl/ |
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/xen/include/asm-arm/ |
A D | vreg.h | 110 #define VREG_REG_MASK(size) ((~0UL) >> (BITS_PER_LONG - ((1 << (size)) * 8))) argument 124 enum dabt_size size) in vreg_reg_extract() 134 enum dabt_size size) in vreg_reg_update() 145 enum dabt_size size) in vreg_reg_setbits() 155 enum dabt_size size) in vreg_reg_clearbits()
|
A D | flushtlb.h | 36 unsigned long size) in flush_xen_tlb_range_va_local() 55 unsigned long size) in flush_xen_tlb_range_va()
|
/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 | 54 uint64_t addr, uint32_t size, uint64_t *data) in hvm_mmio_read() 62 uint64_t addr, uint32_t size, uint64_t data) in hvm_mmio_write() 87 uint64_t addr, uint32_t size, uint64_t *data) in hvm_portio_read() 101 uint64_t addr, uint32_t size, uint64_t data) in hvm_portio_write() 295 unsigned int size, portio_action_t action) in register_portio_handler() 310 unsigned int new_port, unsigned int size) in relocate_portio_handler()
|
/xen/tools/libxc/ |
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()
|
A D | xc_dom_bzimageloader.c | 46 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_bzip2_decode() 187 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_bzip2_decode() 202 struct xc_dom_image *dom, void **blob, size_t *size, in _xc_try_lzma_decode() 340 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_xz_decode() 354 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzma_decode() 370 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_xz_decode() 379 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzma_decode() 407 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzo1x_decode() 582 struct xc_dom_image *dom, void **blob, size_t *size) in xc_try_lzo1x_decode()
|
A D | xc_dom_decompress_unsafe.c | 17 static int unsafe_flush(void *src, unsigned int size) in unsafe_flush() 30 decompress_fn fn, struct xc_dom_image *dom, void **blob, size_t *size) in xc_dom_decompress_unsafe()
|
/xen/xen/include/asm-x86/ |
A D | system.h | 57 unsigned long x, volatile void *ptr, int size) in __xchg() 92 volatile void *ptr, unsigned long old, unsigned long new, int size) in __cmpxchg() 126 void *ptr, unsigned long old, unsigned long new, unsigned int size) in cmpxchg_local_() 171 volatile void *ptr, unsigned long v, int size) in __xadd() 249 unsigned long size) in array_index_mask_nospec()
|