Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 11 of 11) sorted by relevance

/xen/xen/arch/arm/arm32/lib/
A Dassembler.h115 .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 Dmemcpy.S29 .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/xen/include/xen/
A Dlib.h32 #define BUILD_BUG_ON(cond) ({ _Static_assert(!(cond), "!(" #cond ")"); }) argument
38 #define BUILD_BUG_ON_ZERO(cond) \ argument
39 sizeof(struct { _Static_assert(!(cond), "!(" #cond ")"); })
41 #define BUILD_BUG_ON_ZERO(cond) sizeof(struct { int:-!!(cond); }) argument
42 #define BUILD_BUG_ON(cond) ((void)BUILD_BUG_ON_ZERO(cond)) argument
A Dspinlock.h168 void _spin_lock_cb(spinlock_t *lock, void (*cond)(void *), void *data);
/xen/xen/common/
A Dgunzip.c40 # define Assert(cond, msg) do { if (!(cond)) error(msg); } while (0) argument
47 # define Assert(cond, msg) argument
/xen/xen/include/asm-x86/
A Dasm_defns.h97 #define UNLIKELY_START(cond, tag) \ argument
99 j##cond .Lunlikely.tag; \
107 #define UNLIKELY_DONE(cond, tag) \ argument
108 j##cond .Llikely.tag
190 #define UNLIKELY_START(cond, tag) \
191 "j" #cond " .Lunlikely." #tag ".%=;\n\t" \
/xen/xen/drivers/passthrough/vtd/
A Ddmar.h111 #define IOMMU_WAIT_OP(iommu, offset, op, cond, sts) \ argument
116 if ( cond ) \
/xen/misc/coverity/
A Dmodel.c40 #define assert(cond) /* empty */ argument
/xen/xen/arch/arm/
A Dtraps.c1577 int cond; in check_conditional_instr() local
1601 cond = hsr.cond.ccvalid ? hsr.cond.cc : -1; in check_conditional_instr()
1604 if ( cond == 0xe ) in check_conditional_instr()
1610 if ( cond < 0 ) in check_conditional_instr()
1623 cond = ( it >> 4 ); in check_conditional_instr()
1628 if ( !((cc_map[cond] >> cpsr_cond) & 1) ) in check_conditional_instr()
1638 unsigned long itbits, cond, cpsr = regs->cpsr; in advance_pc() local
1653 cond = (cpsr & 0xe000) >> 13; in advance_pc()
1658 itbits = cond = 0; in advance_pc()
1663 cpsr |= cond << 13; in advance_pc()
/xen/xen/include/asm-arm/
A Dhsr.h33 } cond; member
/xen/stubdom/grub.patches/
A D61btrfs.diff186 +#define cassert(cond) ({ switch (-1) { case (cond): case 0: break; } })

Completed in 18 milliseconds