| /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/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/x86/kernel/ |
| H A D | uprobes.c | 1277 COND(70, 71, XF(OF)) \ 1278 COND(72, 73, XF(CF)) \ 1279 COND(74, 75, XF(ZF)) \ 1280 COND(78, 79, XF(SF)) \ 1281 COND(7a, 7b, XF(PF)) \ 1282 COND(76, 77, XF(CF) || XF(ZF)) \ 1283 COND(7c, 7d, XF(SF) != XF(OF)) \ 1284 COND(7e, 7f, XF(ZF) || XF(SF) != XF(OF)) 1286 #define COND(op_y, op_n, expr) \ macro 1321 #undef COND
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | intel_gmbus.c | 41 #define _wait_for(COND, MS, W) ({ \ argument 44 while (! (COND)) { \ 55 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
| H A D | cdv_intel_display.c | 114 #define _wait_for(COND, MS, W) ({ \ argument 117 while (!(COND)) { \ 128 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
| H A D | cdv_intel_dp.c | 234 #define _wait_for(COND, MS, W) ({ \ argument 237 while (! (COND)) { \ 247 #define wait_for(COND, MS) _wait_for(COND, MS, 1) argument
|
| /linux/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_plane.c | 639 COND(yuv, MDP5_PIPE_SCALE_CONFIG_SCALEX_FILTER_COMP_1_2(uv_filter)); in get_scale_config() 644 COND(yuv, MDP5_PIPE_SCALE_CONFIG_SCALEY_FILTER_COMP_1_2(uv_filter)); in get_scale_config() 784 COND(format->alpha_enable, MDP5_PIPE_SRC_FORMAT_ALPHA_ENABLE) | in mdp5_hwpipe_mode_set() 787 COND(format->flags & MSM_FORMAT_FLAG_UNPACK_TIGHT, in mdp5_hwpipe_mode_set() 801 COND(has_pe, MDP5_PIPE_SRC_OP_MODE_SW_PIX_EXT_OVERRIDE) | in mdp5_hwpipe_mode_set()
|
| /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/drivers/gpu/drm/i915/ |
| H A D | intel_uncore.c | 2494 #define COND (__raw_uncore_read32(uncore, FORCEWAKE_MT) != ~0) in sanity_check_mmio_access() macro 2495 if (wait_for(COND, 2000) == -ETIMEDOUT) { in sanity_check_mmio_access()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-script.txt | 256 TYPE : branch type: COND/UNCOND/IND/CALL/IND_CALL/RET etc.
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_display_power_well.c | 1750 #undef COND in chv_set_pipe_power_well()
|
| /linux/net/core/ |
| H A D | dev.c | 2425 #define net_timestamp_check(COND, SKB) \ argument 2427 if ((COND) && !(SKB)->tstamp) \
|