Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 137) sorted by relevance

123456

/xen-4.10.0-shim-comet/xen/include/acpi/
A Dacmacros.h380 #define ACPI_DISASM_ONLY_MEMBERS(a) a; argument
382 #define ACPI_DISASM_ONLY_MEMBERS(a) argument
513 #define ACPI_DO_WHILE0(a) a argument
568 #define ACPI_FUNCTION_TRACE(a) argument
569 #define ACPI_FUNCTION_TRACE_PTR(a,b) argument
570 #define ACPI_FUNCTION_TRACE_U32(a,b) argument
571 #define ACPI_FUNCTION_TRACE_STR(a,b) argument
575 #define ACPI_FUNCTION_TRACE(a) argument
589 #define ACPI_DEBUG_EXEC(a) a argument
590 #define ACPI_NORMAL_EXEC(a) argument
[all …]
A Dacglobal.h55 #define ACPI_INIT_GLOBAL(a,b) a=b argument
58 #define ACPI_INIT_GLOBAL(a,b) a argument
/xen-4.10.0-shim-comet/xen/include/acpi/platform/
A Daclinux.h82 #define ACPI_ALLOCATE(a) acpi_os_alloc_memory(a) argument
83 #define ACPI_ALLOCATE_ZEROED(a) acpi_os_zalloc_memory(a) argument
84 #define ACPI_FREE(a) acpi_os_free_memory(a) argument
/xen-4.10.0-shim-comet/tools/xenstore/
A Dutils.h8 #define streq(a,b) (strcmp((a),(b)) == 0) argument
11 #define strstarts(a,b) (strncmp((a),(b),strlen(b)) == 0) argument
14 static inline bool strends(const char *a, const char *b) in strends()
/xen-4.10.0-shim-comet/xen/common/
A Dlib.c131 #define COMBINE(a, b) (((unsigned long)(a) << HALF_BITS) | (b)) argument
358 s64 __divdi3(s64 a, s64 b) in __divdi3()
372 u64 __udivdi3(u64 a, u64 b) in __udivdi3()
380 u64 __umoddi3(u64 a, u64 b) in __umoddi3()
395 s64 __moddi3(s64 a, s64 b) in __moddi3()
408 s64 __ldivmod_helper(s64 a, s64 b, s64 *r) in __ldivmod_helper()
427 uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c) in muldiv64()
A Dsort.c9 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()
A Dearlycpio.c33 #define ALIGN(x, a) ((x + (a) - 1) & ~((a) - 1)) argument
34 #define PTR_ALIGN(p, a) ((typeof(p))ALIGN((unsigned long)(p), (a))) argument
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_decompress_unsafe_lzo1x.c15 #define likely(a) a argument
17 #define unlikely(a) a argument
A Dxc_dom_decompress_lz4.c16 #define likely(a) a argument
17 #define unlikely(a) a argument
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dalternative.h23 #define __ALT_PTR(a,f) ((u32 *)((void *)&(a)->f + (a)->f)) argument
24 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset) argument
25 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset) argument
/xen-4.10.0-shim-comet/xen/arch/x86/mm/
A Dmem_access.c43 p2m_access_t a; in _p2m_get_mem_access() local
240 struct p2m_domain *ap2m, p2m_access_t a, in p2m_set_altp2m_mem_access()
281 struct p2m_domain *ap2m, p2m_access_t a, in set_mem_access()
349 p2m_access_t a; in p2m_set_mem_access() local
424 p2m_access_t a; in p2m_set_mem_access_multi() local
A Dp2m.c715 p2m_access_t a; in p2m_remove_page() local
773 p2m_access_t a; in guest_physmap_add_entry() local
949 p2m_access_t a; in p2m_change_type_one() local
1083 p2m_access_t a; in set_typed_p2m_entry() local
1157 p2m_access_t a; in set_identity_p2m_entry() local
1208 p2m_access_t a; in clear_mmio_p2m_entry() local
1247 p2m_access_t a; in clear_identity_p2m_entry() local
1287 p2m_access_t a; in set_shared_p2m_entry() local
1342 p2m_access_t a; in p2m_mem_paging_nominate() local
1403 p2m_access_t a; in p2m_mem_paging_evict() local
[all …]
A Dp2m-pod.c542 p2m_access_t a; in p2m_pod_decrease_reservation() local
613 p2m_access_t a; in p2m_pod_decrease_reservation() local
737 p2m_access_t a; in p2m_pod_zero_check_superpage() local
895 p2m_access_t a; in p2m_pod_zero_check() local
1060 p2m_access_t a; in p2m_pod_emergency_sweep() local
1312 p2m_access_t a; in guest_physmap_mark_populate_on_demand() local
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_utils.h50 #define STR_HAS_PREFIX( a, b ) \ argument
52 #define STR_SKIP_PREFIX( a, b ) \ argument
/xen-4.10.0-shim-comet/xen/include/xen/
A Dcompiler.h37 #define __aligned(a) __attribute__((__aligned__(a))) argument
69 #define offsetof(a,b) __builtin_offsetof(a,b) argument
76 #define __must_be_array(a) \ argument
/xen-4.10.0-shim-comet/tools/tests/vhpet/
A Demul.h90 #define boolean_param(a, b) argument
91 #define fix_to_virt(a) a argument
336 #define spin_lock(a) argument
337 #define spin_unlock(a) argument
338 #define spin_lock_init(a) argument
339 #define spin_is_locked(a) 1 argument
340 #define ASSERT(a) argument
384 #define TRACE_0D(a) argument
385 #define TRACE_1D(a, b) argument
386 #define TRACE_2D(a, b, c) argument
[all …]
/xen-4.10.0-shim-comet/stubdom/grub/
A Dconfig.h7 #define grub_halt(a) do_exit() argument
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Davtab.c341 int avtab_read_item(struct avtab *a, void *fp, struct policydb *pol, in avtab_read_item()
342 int (*insertf)(struct avtab *a, struct avtab_key *k, in avtab_read_item()
485 static int avtab_insertf(struct avtab *a, struct avtab_key *k, in avtab_insertf()
491 int avtab_read(struct avtab *a, void *fp, struct policydb *pol) in avtab_read()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dhvm.c43 struct xen_hvm_param a; in do_hvm_op() local
/xen-4.10.0-shim-comet/xen/include/efi/
A Defierr.h24 #define EFIWARN(a) (a) argument
25 #define EFI_ERROR(a) (((INTN) a) < 0) argument
A Defidevp.h44 #define DP_IS_END_TYPE(a) argument
45 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) argument
47 #define DevicePathType(a) ( ((a)->Type) & EFI_DP_TYPE_MASK ) argument
48 #define DevicePathSubType(a) ( (a)->SubType ) argument
49 #define DevicePathNodeLength(a) ( ((a)->Length[0]) | ((a)->Length[1] << 8) ) argument
52 #define IsDevicePathEndType(a) ( DevicePathType(a) == END_DEVICE_PATH_TYPE ) argument
53 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE ) argument
54 #define IsDevicePathEnd(a) ( IsDevicePathEndType(a) && IsDevicePathEndSubType(a) ) argument
55 #define IsDevicePathUnpacked(a) ( (a)->Type & EFI_DP_TYPE_UNPACKED ) argument
58 #define SetDevicePathNodeLength(a,l) { \ argument
[all …]
/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dzfs_fletcher.c67 uint64_t a, b, c, d; in fletcher_4_native() local
84 uint64_t a, b, c, d; in fletcher_4_byteswap() local
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dnconf.h29 #define max(a, b) ({\ argument
34 #define min(a, b) ({\ argument
/xen-4.10.0-shim-comet/tools/libacpi/
A Dmk_dsdt.c61 #define stmt(n, f, a...) \ argument
67 #define push_block(n, f, a...) \ argument
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Defibind.h24 #define EFIERR(a) (0x8000000000000000 | a) argument
26 #define EFIERR_OEM(a) (0xc000000000000000 | a) argument
155 #define RUNTIME_CODE(a) alloc_text("rtcode", a) argument

Completed in 39 milliseconds

123456