Searched defs:cond (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | x86-emulate.h | 26 #define BUILD_BUG_ON(cond) ({ _Static_assert(!(cond), "!(" #cond ")"); }) argument 27 #define BUILD_BUG_ON_ZERO(cond) \ argument 30 #define BUILD_BUG_ON_ZERO(cond) sizeof(struct { int:-!!(cond); }) argument 31 #define BUILD_BUG_ON(cond) ((void)BUILD_BUG_ON_ZERO(cond)) argument
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | lib.h | 16 #define BUILD_BUG_ON(cond) ({ _Static_assert(!(cond), "!(" #cond ")"); }) argument 22 #define BUILD_BUG_ON_ZERO(cond) \ argument 25 #define BUILD_BUG_ON_ZERO(cond) sizeof(struct { int:-!!(cond); }) argument 26 #define BUILD_BUG_ON(cond) ((void)BUILD_BUG_ON_ZERO(cond)) argument
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | asm_defns.h | 109 #define UNLIKELY_START(cond, tag) \ argument 119 #define UNLIKELY_DONE(cond, tag) \ argument 183 #define UNLIKELY_START(cond, tag) \ argument
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | gunzip.c | 40 # define Assert(cond, msg) do { if (!(cond)) error(msg); } while (0) argument 47 # define Assert(cond, msg) argument
|
/xen-4.10.0-shim-comet/misc/coverity/ |
A D | model.c | 40 #define assert(cond) /* empty */ argument
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/vtd/ |
A D | dmar.h | 111 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | traps.c | 1602 int cond; in check_conditional_instr() local 1663 unsigned long itbits, cond, cpsr = regs->cpsr; in advance_pc() local
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | processor.h | 501 } cond; member
|
Completed in 31 milliseconds