Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 29) sorted by relevance

12

/arch/unicore32/lib/
Dcopy_from_user.S56 .macro ldr1b ptr reg cond=al abort
68 .macro str1b ptr reg cond=al abort
Dcopy_to_user.S48 .macro ldr1b ptr reg cond=al abort
65 .macro str1b ptr reg cond=al abort
/arch/arm64/kvm/
Demulate.c72 int cond; in kvm_condition_valid32() local
119 unsigned long itbits, cond; in kvm_adjust_itstate() local
/arch/arm/lib/
Dmemcpy.S32 .macro ldr1b ptr reg cond=al abort
44 .macro str1b ptr reg cond=al abort
Dcopy_to_user.S56 .macro ldr1b ptr reg cond=al abort
75 .macro str1b ptr reg cond=al abort
Dcopy_from_user.S60 .macro ldr1b ptr reg cond=al abort
72 .macro str1b ptr reg cond=al abort
/arch/parisc/math-emu/
Dsfcmp.c50 unsigned int cond, unsigned int *status) in sgl_fcmp()
Ddfcmp.c51 unsigned int cond, unsigned int *status) in dbl_fcmp()
/arch/arm/boot/compressed/
Ddecompress.c18 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
25 # define Assert(cond,msg) argument
/arch/arm/net/
Dbpf_jit_32.c141 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/
Demulate.c171 unsigned long cpsr, cond, insn; in kvm_condition_valid() local
220 unsigned long itbits, cond; in kvm_adjust_itstate() local
/arch/arm/include/asm/
Dspinlock.h26 #define WFE(cond) __ALT_SMP_ASM( \ argument
33 #define WFE(cond) __ALT_SMP_ASM("wfe" cond, "nop") argument
/arch/alpha/boot/
Dmisc.c64 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
71 # define Assert(cond,msg) argument
/arch/nios2/boot/compressed/
Dmisc.c68 # define Assert(cond, msg) {if (!(cond)) error(msg); } argument
75 # define Assert(cond, msg) argument
/arch/x86/tools/
Dtest_get_len.c25 #define unlikely(cond) (cond) argument
Dinsn_sanity.c31 #define unlikely(cond) (cond) argument
/arch/cris/boot/compressed/
Dmisc.c77 # define Assert(cond, msg) do { \ argument
99 # define Assert(cond, msg) argument
/arch/sh/kernel/cpu/sh5/
Dunwind.c239 int cond; in sh64_unwind_inner() local
/arch/arm/mach-omap2/
Dcommon.h223 #define omap_test_timeout(cond, timeout, index) \ argument
/arch/arm/mach-bcm/
Dbcm63xx_pmb.c66 u32 shift, u32 mask, u32 cond) in bpcm_wr_rd_mask()
/arch/h8300/kernel/
Dptrace_h.c140 unsigned char cond = h8300_get_reg(task, PT_CCR); in isbranch() local
/arch/mn10300/boot/compressed/
Dmisc.c106 # define Assert(cond, msg) { if (!(cond)) error(msg); } argument
113 # define Assert(cond, msg) argument
/arch/mips/kernel/
Dmips-r2-to-r6-emul.c200 u32 cond; in movf_func() local
223 u32 cond; in movt_func() local
/arch/mips/math-emu/
Dcp1emu.c988 unsigned int cond, cbit, bit0; in cop1Emulate() local
1678 unsigned int cond; in fpu_emu() local
/arch/arm64/net/
Dbpf_jit.h41 #define A64_COND_BRANCH(cond, offset) \ argument
49 #define A64_B_(cond, imm19) A64_COND_BRANCH(cond, (imm19) << 2) argument

12