/linux-6.12.1/arch/arm/include/asm/hardware/ |
D | cp14.h | 12 #define dbg_write(val, reg) WCP14_##reg(val) argument 14 #define etm_write(val, reg) WCP14_##reg(val) argument 24 #define MCR14(val, op1, crn, crm, op2) \ argument 152 #define WCP14_DBGDTRTXint(val) MCR14(val, 0, c0, c5, 0) argument 153 #define WCP14_DBGWFAR(val) MCR14(val, 0, c0, c6, 0) argument 154 #define WCP14_DBGVCR(val) MCR14(val, 0, c0, c7, 0) argument 155 #define WCP14_DBGECR(val) MCR14(val, 0, c0, c9, 0) argument 156 #define WCP14_DBGDSCCR(val) MCR14(val, 0, c0, c10, 0) argument 157 #define WCP14_DBGDSMCR(val) MCR14(val, 0, c0, c11, 0) argument 158 #define WCP14_DBGDTRRXext(val) MCR14(val, 0, c0, c0, 2) argument [all …]
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | kvm_csr.h | 49 #define write_gcsr_crmd(val) gcsr_write(val, LOONGARCH_CSR_CRMD) argument 51 #define write_gcsr_prmd(val) gcsr_write(val, LOONGARCH_CSR_PRMD) argument 53 #define write_gcsr_euen(val) gcsr_write(val, LOONGARCH_CSR_EUEN) argument 55 #define write_gcsr_misc(val) gcsr_write(val, LOONGARCH_CSR_MISC) argument 57 #define write_gcsr_ecfg(val) gcsr_write(val, LOONGARCH_CSR_ECFG) argument 59 #define write_gcsr_estat(val) gcsr_write(val, LOONGARCH_CSR_ESTAT) argument 61 #define write_gcsr_era(val) gcsr_write(val, LOONGARCH_CSR_ERA) argument 63 #define write_gcsr_badv(val) gcsr_write(val, LOONGARCH_CSR_BADV) argument 65 #define write_gcsr_badi(val) gcsr_write(val, LOONGARCH_CSR_BADI) argument 67 #define write_gcsr_eentry(val) gcsr_write(val, LOONGARCH_CSR_EENTRY) argument [all …]
|
D | percpu.h | 71 static __always_inline unsigned long __percpu_xchg(void *ptr, unsigned long val, int size) in __percpu_xchg() 128 #define _pcp_protect(operation, pcp, val) \ argument 138 #define _percpu_add(pcp, val) \ argument 141 #define _percpu_add_return(pcp, val) _percpu_add(pcp, val) argument 143 #define _percpu_and(pcp, val) \ argument 146 #define _percpu_or(pcp, val) \ argument 149 #define _percpu_xchg(pcp, val) ((typeof(pcp)) \ argument 152 #define this_cpu_add_4(pcp, val) _percpu_add(pcp, val) argument 153 #define this_cpu_add_8(pcp, val) _percpu_add(pcp, val) argument 155 #define this_cpu_add_return_4(pcp, val) _percpu_add_return(pcp, val) argument [all …]
|
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | types.h | 133 #define CONF_HAS(config, val) ((config) & (1 << (val))) argument 138 #define CONF_IS(config, val) ((config) == (1 << (val))) argument 139 #define CONF_GE(config, val) ((config) & (0-(1 << (val)))) argument 140 #define CONF_GT(config, val) ((config) & (0-2*(1 << (val)))) argument 141 #define CONF_LT(config, val) ((config) & ((1 << (val))-1)) argument 142 #define CONF_LE(config, val) ((config) & (2*(1 << (val))-1)) argument 146 #define NCONF_HAS(val) CONF_HAS(NCONF, val) argument 148 #define NCONF_IS(val) CONF_IS(NCONF, val) argument 149 #define NCONF_GE(val) CONF_GE(NCONF, val) argument 150 #define NCONF_GT(val) CONF_GT(NCONF, val) argument [all …]
|
/linux-6.12.1/arch/s390/include/asm/ |
D | percpu.h | 28 #define arch_this_cpu_to_op_simple(pcp, val, op) \ argument 45 #define this_cpu_add_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 46 #define this_cpu_add_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 47 #define this_cpu_add_return_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 48 #define this_cpu_add_return_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument 49 #define this_cpu_and_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, &) argument 50 #define this_cpu_and_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, &) argument 51 #define this_cpu_or_1(pcp, val) arch_this_cpu_to_op_simple(pcp, val, |) argument 52 #define this_cpu_or_2(pcp, val) arch_this_cpu_to_op_simple(pcp, val, |) argument 56 #define this_cpu_add_4(pcp, val) arch_this_cpu_to_op_simple(pcp, val, +) argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-abt-y030xx067a.c | 23 #define REG00_VBRT_CTRL(val) (val) argument 25 #define REG01_COM_DC(val) (val) argument 27 #define REG02_DA_CONTRAST(val) (val) argument 28 #define REG02_VESA_SEL(val) ((val) << 5) argument 31 #define REG03_VPOSITION(val) (val) argument 36 #define REG04_HPOSITION1(val) (val) argument 41 #define REG05_SLBRCHARGE(val) ((val) << 3) argument 42 #define REG05_PRECHARGE_LEVEL(val) ((val) << 6) argument 49 #define REG06_GAMMA_SEL(val) ((val) << 5) argument 58 #define REG07_AMPTST(val) ((val) << 6) argument [all …]
|
/linux-6.12.1/sound/synth/emux/ |
D | emux_nrpn.c | 41 int type, int val, int mode) in send_converted_effect() 128 static int fx_delay(int val) in fx_delay() 133 static int fx_attack(int val) in fx_attack() 138 static int fx_hold(int val) in fx_hold() 143 static int fx_decay(int val) in fx_decay() 148 static int fx_the_value(int val) in fx_the_value() 153 static int fx_twice_value(int val) in fx_twice_value() 158 static int fx_conv_pitch(int val) in fx_conv_pitch() 163 static int fx_conv_Q(int val) in fx_conv_Q() 209 static int gs_cutoff(int val) in gs_cutoff() [all …]
|
/linux-6.12.1/arch/alpha/lib/ |
D | fpreg.c | 16 #define STT(reg,val) asm volatile ("ftoit $f"#reg",%0" : "=r"(val)); argument 18 #define STT(reg,val) asm volatile ("stt $f"#reg",%0" : "=m"(val)); argument 24 unsigned long val; in alpha_read_fp_reg() local 71 #define LDT(reg,val) asm volatile ("itoft %0,$f"#reg : : "r"(val)); argument 73 #define LDT(reg,val) asm volatile ("ldt $f"#reg",%0" : : "m"(val)); argument 77 alpha_write_fp_reg (unsigned long reg, unsigned long val) in alpha_write_fp_reg() 125 #define STS(reg,val) asm volatile ("ftois $f"#reg",%0" : "=r"(val)); argument 127 #define STS(reg,val) asm volatile ("sts $f"#reg",%0" : "=m"(val)); argument 133 unsigned long val; in alpha_read_fp_reg_s() local 182 #define LDS(reg,val) asm volatile ("itofs %0,$f"#reg : : "r"(val)); argument [all …]
|
/linux-6.12.1/arch/powerpc/lib/ |
D | qspinlock.c | 105 static inline int decode_tail_cpu(u32 val) in decode_tail_cpu() 110 static inline int get_owner_cpu(u32 val) in get_owner_cpu() 235 static __always_inline void seen_sleepy_owner(struct qspinlock *lock, u32 val) in seen_sleepy_owner() 284 static __always_inline bool __yield_to_locked_owner(struct qspinlock *lock, u32 val, bool paravirt,… in __yield_to_locked_owner() 337 static __always_inline bool yield_to_locked_owner(struct qspinlock *lock, u32 val, bool paravirt) in yield_to_locked_owner() 343 static __always_inline bool yield_head_to_locked_owner(struct qspinlock *lock, u32 val, bool paravi… in yield_head_to_locked_owner() 353 static __always_inline void propagate_sleepy(struct qnode *node, u32 val, bool paravirt) in propagate_sleepy() 392 u32 val = READ_ONCE(lock->val); in yield_to_prev() local 442 static __always_inline bool steal_break(u32 val, int iters, bool paravirt, bool sleepy) in steal_break() 461 u32 val; in try_to_steal_lock() local [all …]
|
/linux-6.12.1/include/sound/ |
D | emu8000_reg.h | 108 #define EMU8000_CPF_WRITE(emu, chan, val) \ argument 110 #define EMU8000_PTRX_WRITE(emu, chan, val) \ argument 112 #define EMU8000_CVCF_WRITE(emu, chan, val) \ argument 114 #define EMU8000_VTFT_WRITE(emu, chan, val) \ argument 116 #define EMU8000_PSST_WRITE(emu, chan, val) \ argument 118 #define EMU8000_CSL_WRITE(emu, chan, val) \ argument 120 #define EMU8000_CCCA_WRITE(emu, chan, val) \ argument 122 #define EMU8000_HWCF4_WRITE(emu, val) \ argument 124 #define EMU8000_HWCF5_WRITE(emu, val) \ argument 126 #define EMU8000_HWCF6_WRITE(emu, val) \ argument [all …]
|
/linux-6.12.1/drivers/accel/ivpu/ |
D | ivpu_hw_ip.c | 76 u32 val = 0; in host_ss_rst_clr() local 87 u32 val = REGV_RD32(VPU_37XX_HOST_SS_NOC_QREQN); in host_ss_noc_qreqn_check_37xx() local 97 u32 val = REGV_RD32(VPU_40XX_HOST_SS_NOC_QREQN); in host_ss_noc_qreqn_check_40xx() local 115 u32 val = REGV_RD32(VPU_37XX_HOST_SS_NOC_QACCEPTN); in host_ss_noc_qacceptn_check_37xx() local 125 u32 val = REGV_RD32(VPU_40XX_HOST_SS_NOC_QACCEPTN); in host_ss_noc_qacceptn_check_40xx() local 143 u32 val = REGV_RD32(VPU_37XX_HOST_SS_NOC_QDENY); in host_ss_noc_qdeny_check_37xx() local 153 u32 val = REGV_RD32(VPU_40XX_HOST_SS_NOC_QDENY); in host_ss_noc_qdeny_check_40xx() local 171 u32 val = REGV_RD32(VPU_37XX_TOP_NOC_QREQN); in top_noc_qrenqn_check_37xx() local 182 u32 val = REGV_RD32(VPU_40XX_TOP_NOC_QREQN); in top_noc_qrenqn_check_40xx() local 233 u32 val = REGV_RD32(VPU_37XX_HOST_SS_AON_VPU_IDLE_GEN); in idle_gen_drive_37xx() local [all …]
|
/linux-6.12.1/arch/arm64/boot/dts/ti/ |
D | k3-pinctrl.h | 44 #define AM62AX_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 45 #define AM62AX_MCU_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 47 #define AM62PX_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 48 #define AM62PX_MCU_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 50 #define AM62X_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 51 #define AM62X_MCU_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 53 #define AM64X_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 54 #define AM64X_MCU_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 56 #define AM65X_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument 57 #define AM65X_WKUP_IOPAD(pa, val, muxmode) (((pa) & 0x1fff)) ((val) | (muxmode)) argument [all …]
|
/linux-6.12.1/arch/mips/include/asm/ |
D | mipsregs.h | 1540 #define write_r10k_perf_cntr(counter,val) \ argument 1559 #define write_r10k_perf_cntl(counter,val) \ argument 1666 #define __write_ulong_c0_register(reg, sel, val) \ argument 1725 #define __write_64bit_c0_split(source, sel, val) \ argument 1812 #define write_c0_index(val) __write_32bit_c0_register($0, 0, val) argument 1815 #define write_c0_random(val) __write_32bit_c0_register($1, 0, val) argument 1818 #define write_c0_entrylo0(val) __write_ulong_c0_register($2, 0, val) argument 1821 #define writex_c0_entrylo0(val) __writex_32bit_c0_register($2, 0, val) argument 1824 #define write_c0_entrylo1(val) __write_ulong_c0_register($3, 0, val) argument 1827 #define writex_c0_entrylo1(val) __writex_32bit_c0_register($3, 0, val) argument [all …]
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | percpu.h | 174 #define this_cpu_write_1(pcp, val) \ argument 176 #define this_cpu_write_2(pcp, val) \ argument 178 #define this_cpu_write_4(pcp, val) \ argument 180 #define this_cpu_write_8(pcp, val) \ argument 183 #define this_cpu_add_1(pcp, val) \ argument 185 #define this_cpu_add_2(pcp, val) \ argument 187 #define this_cpu_add_4(pcp, val) \ argument 189 #define this_cpu_add_8(pcp, val) \ argument 192 #define this_cpu_add_return_1(pcp, val) \ argument 194 #define this_cpu_add_return_2(pcp, val) \ argument [all …]
|
D | arm_pmuv3.h | 24 static inline void write_pmevcntrn(int n, unsigned long val) in write_pmevcntrn() 31 static inline void write_pmevtypern(int n, unsigned long val) in write_pmevtypern() 65 static inline void write_pmcr(u64 val) in write_pmcr() 75 static inline void write_pmselr(u32 val) in write_pmselr() 80 static inline void write_pmccntr(u64 val) in write_pmccntr() 90 static inline void write_pmicntr(u64 val) in write_pmicntr() 100 static inline void write_pmcntenset(u64 val) in write_pmcntenset() 105 static inline void write_pmcntenclr(u64 val) in write_pmcntenclr() 110 static inline void write_pmintenset(u64 val) in write_pmintenset() 115 static inline void write_pmintenclr(u64 val) in write_pmintenclr() [all …]
|
/linux-6.12.1/include/linux/ |
D | iopoll.h | 36 #define read_poll_timeout(op, val, cond, sleep_us, timeout_us, \ argument 84 #define read_poll_timeout_atomic(op, val, cond, delay_us, timeout_us, \ argument 134 #define readx_poll_timeout(op, addr, val, cond, sleep_us, timeout_us) \ argument 154 #define readx_poll_timeout_atomic(op, addr, val, cond, delay_us, timeout_us) \ argument 157 #define readb_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 160 #define readb_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 163 #define readw_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 166 #define readw_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument 169 #define readl_poll_timeout(addr, val, cond, delay_us, timeout_us) \ argument 172 #define readl_poll_timeout_atomic(addr, val, cond, delay_us, timeout_us) \ argument [all …]
|
/linux-6.12.1/arch/alpha/include/uapi/asm/ |
D | compiler.h | 14 # define __kernel_insbl(val, shift) __builtin_alpha_insbl(val, shift) argument 15 # define __kernel_inswl(val, shift) __builtin_alpha_inswl(val, shift) argument 16 # define __kernel_insql(val, shift) __builtin_alpha_insql(val, shift) argument 17 # define __kernel_inslh(val, shift) __builtin_alpha_inslh(val, shift) argument 18 # define __kernel_extbl(val, shift) __builtin_alpha_extbl(val, shift) argument 19 # define __kernel_extwl(val, shift) __builtin_alpha_extwl(val, shift) argument 22 # define __kernel_insbl(val, shift) \ argument 26 # define __kernel_inswl(val, shift) \ argument 30 # define __kernel_insql(val, shift) \ argument 34 # define __kernel_inslh(val, shift) \ argument [all …]
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32_parse.h | 41 int (*val)(struct ch_filter_specification *f, __be32 val, __be32 mask); member 46 __be32 val, __be32 mask) in cxgb4_fill_ipv4_tos() 55 __be32 val, __be32 mask) in cxgb4_fill_ipv4_frag() 77 __be32 val, __be32 mask) in cxgb4_fill_ipv4_proto() 86 __be32 val, __be32 mask) in cxgb4_fill_ipv4_src_ip() 95 __be32 val, __be32 mask) in cxgb4_fill_ipv4_dst_ip() 114 __be32 val, __be32 mask) in cxgb4_fill_ipv6_tos() 123 __be32 val, __be32 mask) in cxgb4_fill_ipv6_proto() 132 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip0() 141 __be32 val, __be32 mask) in cxgb4_fill_ipv6_src_ip1() [all …]
|
/linux-6.12.1/include/asm-generic/ |
D | percpu.h | 70 #define raw_cpu_generic_to_op(pcp, val, op) \ argument 75 #define raw_cpu_generic_add_return(pcp, val) \ argument 152 #define this_cpu_generic_to_op(pcp, val, op) \ argument 161 #define this_cpu_generic_add_return(pcp, val) \ argument 215 #define raw_cpu_write_1(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument 218 #define raw_cpu_write_2(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument 221 #define raw_cpu_write_4(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument 224 #define raw_cpu_write_8(pcp, val) raw_cpu_generic_to_op(pcp, val, =) argument 228 #define raw_cpu_add_1(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument 231 #define raw_cpu_add_2(pcp, val) raw_cpu_generic_to_op(pcp, val, +=) argument [all …]
|
/linux-6.12.1/drivers/gpu/drm/i915/soc/ |
D | intel_dram.c | 92 u32 val; in chv_mem_freq() local 108 u32 val; in vlv_mem_freq() local 244 static int skl_get_dimm_size(u16 val) in skl_get_dimm_size() 249 static int skl_get_dimm_width(u16 val) in skl_get_dimm_width() 266 static int skl_get_dimm_ranks(u16 val) in skl_get_dimm_ranks() 277 static int icl_get_dimm_size(u16 val) in icl_get_dimm_size() 282 static int icl_get_dimm_width(u16 val) in icl_get_dimm_width() 299 static int icl_get_dimm_ranks(u16 val) in icl_get_dimm_ranks() 319 int channel, char dimm_name, u16 val) in skl_dram_get_dimm_info() 340 int channel, u32 val) in skl_dram_get_channel_info() [all …]
|
/linux-6.12.1/drivers/hwtracing/coresight/ |
D | coresight-etm3x-sysfs.c | 16 unsigned long val; in nr_addr_cmp_show() local 26 { unsigned long val; in nr_cntr_show() local 37 unsigned long val; in nr_ctxid_cmp_show() local 48 unsigned long flags, val; in etmsr_show() local 70 unsigned long val; in reset_store() local 99 unsigned long val; in mode_show() local 112 unsigned long val; in mode_store() local 184 unsigned long val; in trigger_event_show() local 197 unsigned long val; in trigger_event_store() local 214 unsigned long val; in enable_event_show() local [all …]
|
/linux-6.12.1/arch/arm64/lib/ |
D | copy_from_user.S | 23 .macro ldrb1 reg, ptr, val 27 .macro strb1 reg, ptr, val 31 .macro ldrh1 reg, ptr, val 35 .macro strh1 reg, ptr, val 39 .macro ldr1 reg, ptr, val 43 .macro str1 reg, ptr, val 47 .macro ldp1 reg1, reg2, ptr, val 51 .macro stp1 reg1, reg2, ptr, val
|
D | copy_to_user.S | 22 .macro ldrb1 reg, ptr, val 26 .macro strb1 reg, ptr, val 30 .macro ldrh1 reg, ptr, val 34 .macro strh1 reg, ptr, val 38 .macro ldr1 reg, ptr, val 42 .macro str1 reg, ptr, val 46 .macro ldp1 reg1, reg2, ptr, val 50 .macro stp1 reg1, reg2, ptr, val
|
/linux-6.12.1/arch/arm64/kvm/ |
D | vgic-sys-reg-v3.c | 14 u64 val) in set_gic_ctlr() 64 u64 val; in get_gic_ctlr() local 88 u64 val) in set_gic_pmr() 100 u64 *val) in get_gic_pmr() 111 u64 val) in set_gic_bpr0() 123 u64 *val) in get_gic_bpr0() 134 u64 val) in set_gic_bpr1() 148 u64 *val) in get_gic_bpr1() 163 u64 val) in set_gic_grpen0() 175 u64 *val) in get_gic_grpen0() [all …]
|
/linux-6.12.1/tools/include/linux/ |
D | unaligned.h | 15 #define put_unaligned(val, ptr) __put_unaligned_t(typeof(*(ptr)), (val), (ptr)) argument 32 static inline void put_unaligned_le16(u16 val, void *p) in put_unaligned_le16() 37 static inline void put_unaligned_le32(u32 val, void *p) in put_unaligned_le32() 42 static inline void put_unaligned_le64(u64 val, void *p) in put_unaligned_le64() 62 static inline void put_unaligned_be16(u16 val, void *p) in put_unaligned_be16() 67 static inline void put_unaligned_be32(u32 val, void *p) in put_unaligned_be32() 72 static inline void put_unaligned_be64(u64 val, void *p) in put_unaligned_be64() 97 static inline void __put_unaligned_be24(const u32 val, u8 *p) in __put_unaligned_be24() 104 static inline void put_unaligned_be24(const u32 val, void *p) in put_unaligned_be24() 109 static inline void __put_unaligned_le24(const u32 val, u8 *p) in __put_unaligned_le24() [all …]
|