| /linux/arch/parisc/kernel/ |
| H A D | pacache.S | 74 addib,COND(=) -1, %arg3, fitoneloop /* Preadjust and test */ 84 addib,COND(>) -1, %r31, fitmanymiddle /* Adjusted inner loop decr */ 87 addib,COND(>) -1, %r29, fitmanymiddle /* Middle loop decr */ 91 addib,COND(<=),n -1, %r22, fitdone /* Outer loop count decr */ 99 addib,COND(>) -1, %r29, fitonemiddle /* Middle loop count decr */ 102 addib,COND(>) -1, %r22, fitoneloop /* Outer loop count decr */ 118 addib,COND(=) -1, %arg3, fdtoneloop /* Preadjust and test */ 128 addib,COND(>) -1, %r31, fdtmanymiddle /* Adjusted inner loop decr */ 131 addib,COND(>) -1, %r29, fdtmanymiddle /* Middle loop decr */ 135 addib,COND(<=),n -1, %r22,fdtdone /* Outer loop count decr */ [all …]
|
| H A D | entry.S | 354 or,COND(=) %r0,\spc,%r0 372 or,COND(<>) %r0,\spc,%r0 /* user may execute gateway page 376 or,COND(=) %r0,\tmp,%r0 /* nullify if executing as kernel */ 377 cmpb,COND(<>),n \tmp,\spc,\fault 420 98: cmpib,COND(=),n 0,\spc,2f 423 cmpib,COND(=) 0,\tmp1,1b 444 or,COND(=) %r0,\spc,%r0 458 and,COND(<>) \tmp1,\pte,%r0 594 cmpib,COND(<>),n 0,\spc,\fault 598 cmpb,COND(<>),n \tmp,\tmp1,\fault [all …]
|
| H A D | relocate_kernel.S | 81 cmpib,COND(=),n 0,%r3,boot 128 cmpb,COND(<<) %r20,%r17,.Lcopy
|
| H A D | syscall.S | 238 and,COND(=) %r1, %r19, %r0 370 cmpib,COND(=),n -1,%r20,tracesys_exit /* seccomp may have returned -1 */
|
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 31 #define COND(X) ((X) << 25) macro 36 #define CONDN COND(0x0) 37 #define CONDE COND(0x1) 38 #define CONDLE COND(0x2) 39 #define CONDL COND(0x3) 40 #define CONDLEU COND(0x4) 41 #define CONDCS COND(0x5) 42 #define CONDNEG COND(0x6) 43 #define CONDVC COND(0x7) 44 #define CONDA COND(0x8) [all …]
|
| H A D | bpf_jit_comp_64.c | 60 #define COND(X) (((X) & 0xf) << 25) macro 67 #define CONDN COND(0x0) 68 #define CONDE COND(0x1) 69 #define CONDLE COND(0x2) 70 #define CONDL COND(0x3) 71 #define CONDLEU COND(0x4) 72 #define CONDCS COND(0x5) 73 #define CONDNEG COND(0x6) 74 #define CONDVC COND(0x7) 75 #define CONDA COND(0x8) [all …]
|
| /linux/arch/parisc/lib/ |
| H A D | lusercopy.S | 115 cmpib,COND(>>=),n 15,len,.Lbyte_loop 142 cmpb,COND(>>=),n t0,len,.Lword_loop 168 cmpib,COND(>>=),n 3,len,.Lbyte_loop 193 cmpib,COND(>>=),n 15,len,.Lbyte_loop 218 cmpclr,COND(<>) len,%r0,%r0 277 cmpb,COND(=) %r0,len,.Lcda_finish 291 cmpb,COND(=),n %r0,len,.Ldo0 317 cmpb,COND(<>) %r0,len,.Ldo4
|
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_drv.h | 502 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument 512 if (COND) { \ 527 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument 529 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
|
| /linux/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_audio.c | 84 COND(audio->channels != 2, HDMI_AUDIO_PKT_CTRL2_LAYOUT) | in msm_hdmi_audio_update() 114 COND(enabled, HDMI_AUD_INT_AUD_FIFO_URUN_INT) | in msm_hdmi_audio_update() 115 COND(enabled, HDMI_AUD_INT_AUD_SAM_DROP_INT)); in msm_hdmi_audio_update()
|
| /linux/arch/parisc/include/asm/ |
| H A D | assembly.h | 67 #define COND(x) * ## x 77 #define COND(x) x
|
| /linux/tools/perf/util/ |
| H A D | perf_event_attr_fprintf.c | 57 bit_name(COND), bit_name(CALL_STACK), bit_name(IND_JUMP), in __p_branch_sample_type()
|
| /linux/arch/arc/net/ |
| H A D | bpf_jit_arcv2.c | 166 #define COND(x) (OP_A((x) & 31)) macro 708 const u32 insn = OPC_MOV_CC | OP_B(rd) | OP_C(rs) | COND(cc); in arc_mov_cc_r() 718 const u32 insn = OPC_MOVU_CC | OP_B(rd) | OP_C(imm) | COND(cc); in arc_movu_cc_r() 1282 const u32 insn = OPC_BCC | BCC_S21(offset) | COND(cc); in arc_bcc()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-script.txt | 254 TYPE : branch type: COND/UNCOND/IND/CALL/IND_CALL/RET etc.
|
| /linux/net/core/ |
| H A D | dev.c | 2406 #define net_timestamp_check(COND, SKB) \ argument 2408 if ((COND) && !(SKB)->tstamp) \
|