/arch/unicore32/lib/ |
D | copy_from_user.S | 56 .macro ldr1b ptr reg cond=al abort 68 .macro str1b ptr reg cond=al abort
|
D | copy_to_user.S | 48 .macro ldr1b ptr reg cond=al abort 65 .macro str1b ptr reg cond=al abort
|
/arch/arm64/kvm/ |
D | emulate.c | 72 int cond; in kvm_condition_valid32() local 119 unsigned long itbits, cond; in kvm_adjust_itstate() local
|
/arch/arm/lib/ |
D | memcpy.S | 32 .macro ldr1b ptr reg cond=al abort 44 .macro str1b ptr reg cond=al abort
|
D | copy_to_user.S | 56 .macro ldr1b ptr reg cond=al abort 75 .macro str1b ptr reg cond=al abort
|
D | copy_from_user.S | 60 .macro ldr1b ptr reg cond=al abort 72 .macro str1b ptr reg cond=al abort
|
/arch/parisc/math-emu/ |
D | sfcmp.c | 50 unsigned int cond, unsigned int *status) in sgl_fcmp()
|
D | dfcmp.c | 51 unsigned int cond, unsigned int *status) in dbl_fcmp()
|
/arch/arm/boot/compressed/ |
D | decompress.c | 18 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 25 # define Assert(cond,msg) argument
|
/arch/arm/net/ |
D | bpf_jit_32.c | 141 static inline void _emit(int cond, u32 inst, struct jit_ctx *ctx) in _emit() 348 static void emit_load_be32(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be32() 360 static void emit_load_be16(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be16() 384 static void emit_load_be32(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be32() 392 static void emit_load_be16(u8 cond, u8 r_res, u8 r_addr, struct jit_ctx *ctx) in emit_load_be16() 439 static inline void emit_err_ret(u8 cond, struct jit_ctx *ctx) in emit_err_ret()
|
/arch/arm/kvm/ |
D | emulate.c | 171 unsigned long cpsr, cond, insn; in kvm_condition_valid() local 220 unsigned long itbits, cond; in kvm_adjust_itstate() local
|
/arch/arm/include/asm/ |
D | spinlock.h | 26 #define WFE(cond) __ALT_SMP_ASM( \ argument 33 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") argument
|
/arch/alpha/boot/ |
D | misc.c | 64 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 71 # define Assert(cond,msg) argument
|
/arch/nios2/boot/compressed/ |
D | misc.c | 68 # define Assert(cond, msg) {if (!(cond)) error(msg); } argument 75 # define Assert(cond, msg) argument
|
/arch/x86/tools/ |
D | test_get_len.c | 25 #define unlikely(cond) (cond) argument
|
D | insn_sanity.c | 31 #define unlikely(cond) (cond) argument
|
/arch/cris/boot/compressed/ |
D | misc.c | 77 # define Assert(cond, msg) do { \ argument 99 # define Assert(cond, msg) argument
|
/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 239 int cond; in sh64_unwind_inner() local
|
/arch/arm/mach-omap2/ |
D | common.h | 223 #define omap_test_timeout(cond, timeout, index) \ argument
|
/arch/arm/mach-bcm/ |
D | bcm63xx_pmb.c | 66 u32 shift, u32 mask, u32 cond) in bpcm_wr_rd_mask()
|
/arch/h8300/kernel/ |
D | ptrace_h.c | 140 unsigned char cond = h8300_get_reg(task, PT_CCR); in isbranch() local
|
/arch/mn10300/boot/compressed/ |
D | misc.c | 106 # define Assert(cond, msg) { if (!(cond)) error(msg); } argument 113 # define Assert(cond, msg) argument
|
/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 200 u32 cond; in movf_func() local 223 u32 cond; in movt_func() local
|
/arch/mips/math-emu/ |
D | cp1emu.c | 988 unsigned int cond, cbit, bit0; in cop1Emulate() local 1678 unsigned int cond; in fpu_emu() local
|
/arch/arm64/net/ |
D | bpf_jit.h | 41 #define A64_COND_BRANCH(cond, offset) \ argument 49 #define A64_B_(cond, imm19) A64_COND_BRANCH(cond, (imm19) << 2) argument
|