/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | simd.c | 144 # define swap(x) ({ \ argument 148 # define swap2(x) ({ \ argument 177 # define recip(x) ({ \ argument 184 # define rsqrt(x) ({ \ argument 192 # define swap(x) ({ \ argument 262 # define dup_lo(x) ({ \ argument 275 # define hadd(x, y) ({ \ argument 279 # define hsub(x, y) ({ \ argument 286 # define hadd(x, y) ({ \ argument 406 # define trunc(x) ({ \ argument [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/byteorder/ |
A D | big_endian.h | 87 #define __cpu_to_le64s(x) __swab64s((x)) argument 88 #define __le64_to_cpus(x) __swab64s((x)) argument 89 #define __cpu_to_le32s(x) __swab32s((x)) argument 90 #define __le32_to_cpus(x) __swab32s((x)) argument 91 #define __cpu_to_le16s(x) __swab16s((x)) argument 92 #define __le16_to_cpus(x) __swab16s((x)) argument 93 #define __cpu_to_be64s(x) do {} while (0) argument 94 #define __be64_to_cpus(x) do {} while (0) argument 95 #define __cpu_to_be32s(x) do {} while (0) argument 96 #define __be32_to_cpus(x) do {} while (0) argument [all …]
|
A D | little_endian.h | 87 #define __cpu_to_le64s(x) do {} while (0) argument 88 #define __le64_to_cpus(x) do {} while (0) argument 89 #define __cpu_to_le32s(x) do {} while (0) argument 90 #define __le32_to_cpus(x) do {} while (0) argument 91 #define __cpu_to_le16s(x) do {} while (0) argument 93 #define __cpu_to_be64s(x) __swab64s((x)) argument 94 #define __be64_to_cpus(x) __swab64s((x)) argument 95 #define __cpu_to_be32s(x) __swab32s((x)) argument 96 #define __be32_to_cpus(x) __swab32s((x)) argument 97 #define __cpu_to_be16s(x) __swab16s((x)) argument [all …]
|
A D | swab.h | 48 #define ___constant_swab16(x) \ argument 83 # define __arch__swab16p(x) __arch__swab16(*(x)) argument 107 # define __swab16(x) \ argument 111 # define __swab32(x) \ argument 115 # define __swab64(x) \ argument 120 # define __swab16(x) __fswab16(x) argument 121 # define __swab32(x) __fswab32(x) argument 122 # define __swab64(x) __fswab64(x) argument 130 static inline __u16 __swab16p(const __u16 *x) in __swab16p() 143 static inline __u32 __swab32p(const __u32 *x) in __swab32p() [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_osdeps.h | 91 # define htole16(x) (x) argument 93 # define le16toh(x) (x) argument 96 # define htole32(x) (x) argument 98 # define le32toh(x) (x) argument 101 # define htole64(x) (x) argument 103 # define le64toh(x) (x) argument 105 # define htobe16(x) (x) argument 107 # define be16toh(x) (x) argument 110 # define htobe32(x) (x) argument 112 # define be32toh(x) (x) argument [all …]
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | osdep.h | 5 #define swap32(x) bswap_32(x) argument 6 #define swap16(x) bswap_16(x) argument 10 #define htons(x) (x) argument 11 #define ntohs(x) (x) argument 12 #define htonl(x) (x) argument 13 #define ntohl(x) (x) argument 15 #define htons(x) swap16(x) argument 16 #define ntohs(x) swap16(x) argument 17 #define htonl(x) swap32(x) argument 25 #define P(x) x argument [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | perfc.h | 93 #define perfc_incr_histo(x,v) ((void)0) argument 105 #define perfc_value(x) (0) argument 106 #define perfc_valuea(x,y) (0) argument 107 #define perfc_set(x,v) ((void)0) argument 108 #define perfc_seta(x,y,v) ((void)0) argument 109 #define perfc_incr(x) ((void)0) argument 110 #define perfc_decr(x) ((void)0) argument 111 #define perfc_incra(x,y) ((void)0) argument 112 #define perfc_decra(x,y) ((void)0) argument 113 #define perfc_add(x,y) ((void)0) argument [all …]
|
A D | kernel.h | 15 #define min(x,y) ({ \ argument 21 #define max(x,y) ({ \ argument 33 #define min_t(type,x,y) \ argument 35 #define max_t(type,x,y) \ argument 42 #define MIN(x,y) ((x) < (y) ? (x) : (y)) argument 43 #define MAX(x,y) ((x) > (y) ? (x) : (y)) argument 61 #define typecheck(type,x) \ argument
|
A D | prefetch.h | 37 #define prefetch(x) __builtin_prefetch(x) argument 41 #define prefetchw(x) __builtin_prefetch(x,1) argument 45 #define spin_lock_prefetch(x) prefetchw(x) argument
|
/xen-4.10.0-shim-comet/xen/common/libelf/ |
A D | libelf-private.h | 34 #define bswap_16(x) swab16(x) argument 35 #define bswap_32(x) swab32(x) argument 36 #define bswap_64(x) swab64(x) argument 54 #define bswap_16(x) bswap16(x) argument 55 #define bswap_32(x) bswap32(x) argument 56 #define bswap_64(x) bswap64(x) argument 59 #define bswap_16(x) swap16(x) argument 60 #define bswap_32(x) swap32(x) argument 61 #define bswap_64(x) swap64(x) argument 64 #define bswap_16(x) bswap16(x) argument [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | page.h | 65 #define l1e_get_pfn(x) \ argument 67 #define l2e_get_pfn(x) \ argument 69 #define l3e_get_pfn(x) \ argument 71 #define l4e_get_pfn(x) \ argument 81 #define l1e_get_paddr(x) \ argument 83 #define l2e_get_paddr(x) \ argument 85 #define l3e_get_paddr(x) \ argument 87 #define l4e_get_paddr(x) \ argument 181 #define l1e_has_changed(x,y,flags) \ argument 183 #define l2e_has_changed(x,y,flags) \ argument [all …]
|
A D | io.h | 8 #define readb(x) (*(volatile uint8_t *)(x)) argument 9 #define readw(x) (*(volatile uint16_t *)(x)) argument 10 #define readl(x) (*(volatile uint32_t *)(x)) argument 11 #define readq(x) (*(volatile uint64_t *)(x)) argument 12 #define writeb(d,x) (*(volatile uint8_t *)(x) = (d)) argument 13 #define writew(d,x) (*(volatile uint16_t *)(x) = (d)) argument 14 #define writel(d,x) (*(volatile uint32_t *)(x) = (d)) argument 15 #define writeq(d,x) (*(volatile uint64_t *)(x) = (d)) argument 17 #define __OUT1(s,x) \ argument 23 #define __OUT(s,s1,x) \ argument
|
A D | uaccess.h | 40 #define get_user(x,ptr) \ argument 59 #define put_user(x,ptr) \ argument 82 #define __get_user(x,ptr) \ argument 104 #define __put_user(x,ptr) \ argument 107 #define __put_user_nocheck(x, ptr, size) \ argument 114 #define __put_user_check(x, ptr, size) \ argument 122 #define __get_user_nocheck(x, ptr, size) \ argument 129 #define __get_user_check(x, ptr, size) \ argument 138 #define __m(x) (*(const struct __large_struct *)(x)) argument 145 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument [all …]
|
A D | apicdef.h | 15 #define GET_xAPIC_ID(x) (((x)>>24)&0xFFu) argument 16 #define SET_xAPIC_ID(x) (((x)<<24)) argument 20 #define GET_APIC_VERSION(x) ((x)&0xFF) argument 21 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF) argument 22 #define APIC_XAPIC(x) ((x) >= 0x14) argument 33 #define GET_xAPIC_LOGICAL_ID(x) (((x)>>24)&0xFF) argument 34 #define SET_xAPIC_LOGICAL_ID(x) (((x)<<24)) argument 81 #define GET_xAPIC_DEST_FIELD(x) (((x)>>24)&0xFF) argument 82 #define SET_xAPIC_DEST_FIELD(x) ((x)<<24) argument 99 #define GET_APIC_DELIVERY_MODE(x) (((x)>>8)&0x7) argument [all …]
|
A D | byteorder.h | 7 static inline __attribute_const__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32() 29 #define __arch__swab64(x) ___arch__swab64(x) argument 30 #define __arch__swab32(x) ___arch__swab32(x) argument
|
/xen-4.10.0-shim-comet/xen/include/xen/libfdt/ |
A D | libfdt_env.h | 12 #define fdt16_to_cpu(x) be16_to_cpu(x) argument 13 #define cpu_to_fdt16(x) cpu_to_be16(x) argument 14 #define fdt32_to_cpu(x) be32_to_cpu(x) argument 15 #define cpu_to_fdt32(x) cpu_to_be32(x) argument 16 #define fdt64_to_cpu(x) be64_to_cpu(x) argument 17 #define cpu_to_fdt64(x) cpu_to_be64(x) argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | wakeup_prot.S | 13 #define GREG(x) %r##x argument 14 #define SAVED_GREG(x) saved_r##x(%rip) argument 15 #define DECLARE_GREG(x) saved_r##x: .quad 0 argument 16 #define SAVE_GREG(x) movq GREG(x), SAVED_GREG(x) argument 17 #define LOAD_GREG(x) movq SAVED_GREG(x), GREG(x) argument 19 #define REF(x) x(%rip) argument
|
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/zfs-include/ |
A D | spa.h | 34 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument 37 #define BF32_SET(x, low, len, val) \ argument 39 #define BF64_SET(x, low, len, val) \ argument 42 #define BF32_GET_SB(x, low, len, shift, bias) \ argument 44 #define BF64_GET_SB(x, low, len, shift, bias) \ argument 47 #define BF32_SET_SB(x, low, len, shift, bias, val) \ argument 49 #define BF64_SET_SB(x, low, len, shift, bias, val) \ argument 173 #define DVA_SET_ASIZE(dva, x) \ argument 184 #define DVA_SET_OFFSET(dva, x) \ argument 192 #define BP_SET_LSIZE(bp, x) \ argument [all …]
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | gunzip.c | 41 # define Trace(x) do { fprintf x; } while (0) argument 42 # define Tracev(x) do { if (verbose) fprintf x ; } while (0) argument 43 # define Tracevv(x) do { if (verbose > 1) fprintf x ; } while (0) argument 44 # define Tracec(c, x) do { if (verbose && (c)) fprintf x ; } while (0) argument 45 # define Tracecv(c, x) do { if (verbose > 1 && (c)) fprintf x ; } while (0) argument 48 # define Trace(x) argument 49 # define Tracev(x) argument 50 # define Tracevv(x) argument 51 # define Tracec(c, x) argument 52 # define Tracecv(c, x) argument [all …]
|
A D | rangeset.c | 48 struct range *x = NULL, *y; in find_range() local 71 struct rangeset *r, struct range *x) in next_range() 87 struct rangeset *r, struct range *x) in destroy_range() 99 struct range *x; in alloc_range() local 118 struct range *x, *y; in rangeset_add_range() local 186 struct range *x, *y, *t; in rangeset_remove_range() local 254 struct range *x; in rangeset_contains_range() local 270 struct range *x; in rangeset_overlaps_range() local 287 struct range *x; in rangeset_report_ranges() local 415 struct range *x; in rangeset_destroy() local [all …]
|
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/ |
A D | zfs_sha256.c | 43 #define Ch(x, y, z) ((z) ^ ((x) & ((y) ^ (z)))) argument 44 #define Maj(x, y, z) (((x) & (y)) ^ ((z) & ((x) ^ (y)))) argument 45 #define Rot32(x, s) (((x) >> s) | ((x) << (32 - s))) argument 46 #define SIGMA0(x) (Rot32(x, 2) ^ Rot32(x, 13) ^ Rot32(x, 22)) argument 47 #define SIGMA1(x) (Rot32(x, 6) ^ Rot32(x, 11) ^ Rot32(x, 25)) argument 48 #define sigma0(x) (Rot32(x, 7) ^ Rot32(x, 18) ^ ((x) >> 3)) argument 49 #define sigma1(x) (Rot32(x, 17) ^ Rot32(x, 19) ^ ((x) >> 10)) argument
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | apic_regs.h | 8 #define GET_APIC_ID(x) (((x)>>24)&0xFFu) argument 9 #define SET_APIC_ID(x) (((x)<<24)) argument 12 #define GET_APIC_VERSION(x) ((x)&0xFF) argument 13 #define GET_APIC_MAXLVT(x) (((x)>>16)&0xFF) argument 14 #define APIC_INTEGRATED(x) ((x)&0xF0) argument 15 #define APIC_XAPIC(x) ((x) >= 0x14) argument 26 #define GET_APIC_LOGICAL_ID(x) (((x)>>24)&0xFF) argument 27 #define SET_APIC_LOGICAL_ID(x) (((x)<<24)) argument 70 #define SET_APIC_DEST_FIELD(x) ((x)<<24) argument 76 #define GET_APIC_TIMER_BASE(x) (((x)>>18)&0x3) argument [all …]
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | bitops.h | 110 static inline int fls(unsigned int x) in fls() 122 #define ffs(x) ({ unsigned int __t = (x); fls(__t & -__t); }) argument 123 #define ffsl(x) ({ unsigned long __t = (x); flsl(__t & -__t); }) argument 143 #define hweight64(x) generic_hweight64(x) argument 144 #define hweight32(x) generic_hweight32(x) argument 145 #define hweight16(x) generic_hweight16(x) argument 146 #define hweight8(x) generic_hweight8(x) argument
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/ |
A D | system.h | 10 #define local_save_flags(x) \ argument 16 #define local_irq_save(x) \ argument 21 #define local_irq_restore(x) \ argument
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/ |
A D | system.h | 22 #define local_save_flags(x) \ argument 32 #define local_irq_save(x) \ argument 37 #define local_irq_restore(x) \ argument
|