Searched defs:a2 (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | hypercall.h | 64 #define _hypercall2(type, name, a1, a2) \ argument 76 #define _hypercall3(type, name, a1, a2, a3) \ argument 90 #define _hypercall4(type, name, a1, a2, a3, a4) \ argument 104 #define _hypercall5(type, name, a1, a2, a3, a4, a5) \ argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/guest/ |
A D | hypercall.h | 50 #define _hypercall64_2(type, hcall, a1, a2) \ argument 62 #define _hypercall64_3(type, hcall, a1, a2, a3) \ argument 74 #define _hypercall64_4(type, hcall, a1, a2, a3, a4) \ argument
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/platform-pci/ |
A D | xen_support.c | 33 unsigned long __hypercall(unsigned long a1, unsigned long a2, in __hypercall()
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | talloc.h | 93 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2))) argument 95 #define PRINTF_ATTRIBUTE(a1, a2) argument
|
/xen-4.10.0-shim-comet/xen/crypto/ |
A D | vmac.c | 490 #define a2 [ebx+0] in poly_step_func() macro 642 #define a2 *(((uint32_t*)ahi)+INDEX_LOW) in poly_step_func() macro
|
Completed in 8 milliseconds