/xen-4.10.0-shim-comet/xen/arch/arm/arm32/lib/ |
A D | assembler.h | 115 .macro asm_trace_hardirqs_on_cond, cond 122 bl\cond trace_hardirqs_on 252 \instr\cond\()b\()\t\().w \reg, [\ptr, #\off] 254 \instr\cond\()\t\().w \reg, [\ptr, #\off] 268 .ifnc \cond,al 270 itt \cond 272 ittt \cond 284 add\cond \ptr, #\rept * \inc 293 \instr\cond\()b\()\t \reg, [\ptr], #\inc 295 \instr\cond\()\t \reg, [\ptr], #\inc [all …]
|
A D | memcpy.S | 29 .macro ldr1b ptr reg cond=al abort 30 ldr\cond\()b \reg, [\ptr], #1 41 .macro str1b ptr reg cond=al abort 42 str\cond\()b \reg, [\ptr], #1
|
/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 28 sizeof(struct { _Static_assert(!(cond), "!(" #cond ")"); }) 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 23 sizeof(struct { _Static_assert(!(cond), "!(" #cond ")"); }) 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
|
A D | spinlock.h | 156 void _spin_lock_cb(spinlock_t *lock, void (*cond)(void *), void *data);
|
/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/xen/include/asm-x86/ |
A D | asm_defns.h | 109 #define UNLIKELY_START(cond, tag) \ argument 111 j##cond .Lunlikely.tag; \ 119 #define UNLIKELY_DONE(cond, tag) \ argument 120 j##cond .Llikely.tag 183 #define UNLIKELY_START(cond, tag) \ argument 184 "j" #cond " .Lunlikely." #tag ".%=;\n\t" \
|
/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 116 if ( cond ) \
|
/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/arch/arm/ |
A D | traps.c | 1602 int cond; in check_conditional_instr() local 1626 cond = hsr.cond.ccvalid ? hsr.cond.cc : -1; in check_conditional_instr() 1629 if ( cond == 0xe ) in check_conditional_instr() 1635 if ( cond < 0 ) in check_conditional_instr() 1648 cond = ( it >> 4 ); in check_conditional_instr() 1653 if ( !((cc_map[cond] >> cpsr_cond) & 1) ) in check_conditional_instr() 1663 unsigned long itbits, cond, cpsr = regs->cpsr; in advance_pc() local 1681 cond = (cpsr & 0xe000) >> 13; in advance_pc() 1686 itbits = cond = 0; in advance_pc() 1691 cpsr |= cond << 13; in advance_pc()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | processor.h | 501 } cond; member
|
/xen-4.10.0-shim-comet/stubdom/grub.patches/ |
A D | 61btrfs.diff | 197 +#define cassert(cond) ({ switch (-1) { case (cond): case 0: break; } })
|