/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_probe_tmpl.h | 7 fetch_store_raw(unsigned long val, struct fetch_insn *code, void *buf) in fetch_store_raw() argument 9 switch (code->size) { in fetch_store_raw() 29 fetch_apply_bitfield(struct fetch_insn *code, void *buf) in fetch_apply_bitfield() argument 31 switch (code->basesize) { in fetch_apply_bitfield() 33 *(u8 *)buf <<= code->lshift; in fetch_apply_bitfield() 34 *(u8 *)buf >>= code->rshift; in fetch_apply_bitfield() 37 *(u16 *)buf <<= code->lshift; in fetch_apply_bitfield() 38 *(u16 *)buf >>= code->rshift; in fetch_apply_bitfield() 41 *(u32 *)buf <<= code->lshift; in fetch_apply_bitfield() 42 *(u32 *)buf >>= code->rshift; in fetch_apply_bitfield() [all …]
|
D | trace_probe.c | 273 struct fetch_insn *code, unsigned int flags, int offs) in parse_probe_vars() argument 281 code->op = FETCH_OP_RETVAL; in parse_probe_vars() 288 code->op = FETCH_OP_STACKP; in parse_probe_vars() 298 code->op = FETCH_OP_STACK; in parse_probe_vars() 299 code->param = (unsigned int)param; in parse_probe_vars() 304 code->op = FETCH_OP_COMM; in parse_probe_vars() 316 code->op = FETCH_OP_ARG; in parse_probe_vars() 317 code->param = (unsigned int)param - 1; in parse_probe_vars() 358 struct fetch_insn *code = *pcode; in parse_probe_arg() local 367 ret = parse_probe_vars(arg + 1, type, code, flags, offs); in parse_probe_arg() [all …]
|
/kernel/linux/linux-5.10/kernel/bpf/ |
D | disasm.c | 112 insn->code, insn->dst_reg, in print_bpf_end_insn() 113 BPF_SRC(insn->code) == BPF_TO_BE ? "be" : "le", in print_bpf_end_insn() 122 u8 class = BPF_CLASS(insn->code); in print_bpf_insn() 125 if (BPF_OP(insn->code) == BPF_END) { in print_bpf_insn() 127 verbose(cbs->private_data, "BUG_alu64_%02x\n", insn->code); in print_bpf_insn() 130 } else if (BPF_OP(insn->code) == BPF_NEG) { in print_bpf_insn() 132 insn->code, class == BPF_ALU ? 'w' : 'r', in print_bpf_insn() 135 } else if (BPF_SRC(insn->code) == BPF_X) { in print_bpf_insn() 137 insn->code, class == BPF_ALU ? 'w' : 'r', in print_bpf_insn() 139 bpf_alu_string[BPF_OP(insn->code) >> 4], in print_bpf_insn() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | script_asm.pl | 179 @code = (); # Array of 32 bit words for SIOP 209 printf STDERR "Old code : %08x\n", $code[$address]; 214 $code[$address] = ($code[$address] & ~$mask) | 215 (($code[$address] & $mask) + ($value << ($offset * 8)) & 218 printf STDERR "New code : %08x\n", $code[$address] if ($debug); 277 $code[$address] |= 0x00_01_00_00; 296 $code[$address] |= 0x00_08_00_00; 306 $code[$address] |= 0x00_02_00_00; 312 $code[$address] |= $p | 0x00_02_00_00; 341 $code[$address] |= 0x00_04_00_00; [all …]
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | unwind_decoder.c | 86 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1() argument 103 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2() argument 121 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3() argument 141 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4() argument 162 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1() argument 164 int body = (code & 0x20) != 0; in unw_decode_r1() 167 rlen = (code & 0x1f); in unw_decode_r1() 173 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2() argument 180 mask = ((code & 0x7) << 1) | ((byte1 >> 7) & 1); in unw_decode_r2() 188 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3() argument [all …]
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
D | diag.c | 25 int code; member 30 [DIAG_STAT_X008] = { .code = 0x008, .name = "Console Function" }, 31 [DIAG_STAT_X00C] = { .code = 0x00c, .name = "Pseudo Timer" }, 32 [DIAG_STAT_X010] = { .code = 0x010, .name = "Release Pages" }, 33 [DIAG_STAT_X014] = { .code = 0x014, .name = "Spool File Services" }, 34 [DIAG_STAT_X044] = { .code = 0x044, .name = "Voluntary Timeslice End" }, 35 [DIAG_STAT_X064] = { .code = 0x064, .name = "NSS Manipulation" }, 36 [DIAG_STAT_X09C] = { .code = 0x09c, .name = "Relinquish Timeslice" }, 37 [DIAG_STAT_X0DC] = { .code = 0x0dc, .name = "Appldata Control" }, 38 [DIAG_STAT_X204] = { .code = 0x204, .name = "Logical-CPU Utilization" }, [all …]
|
/kernel/linux/linux-5.10/drivers/media/firewire/ |
D | firedtv-rc.c | 169 void fdtv_handle_rc(struct firedtv *fdtv, unsigned int code) in fdtv_handle_rc() argument 174 if (code >= 0x0300 && code <= 0x031f) in fdtv_handle_rc() 175 code = keycode[code - 0x0300]; in fdtv_handle_rc() 176 else if (code >= 0x0340 && code <= 0x0354) in fdtv_handle_rc() 177 code = keycode[code - 0x0320]; in fdtv_handle_rc() 178 else if (code >= 0x4501 && code <= 0x451f) in fdtv_handle_rc() 179 code = oldtable[code - 0x4501]; in fdtv_handle_rc() 180 else if (code >= 0x4540 && code <= 0x4542) in fdtv_handle_rc() 181 code = oldtable[code - 0x4521]; in fdtv_handle_rc() 185 code); in fdtv_handle_rc() [all …]
|
/kernel/linux/linux-5.10/scripts/ |
D | decodecode | 24 code= 31 code=$i 38 code="$code $xdump" 48 if [ -z "$code" ]; then 53 echo $code 54 code=`echo $code | sed -e 's/.*Code: //'` 56 width=`expr index "$code" ' '` 105 marker=`expr index "$code" "\<"` 107 marker=`expr index "$code" "\("` 115 echo All code >> $T.oo [all …]
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
D | vimc-common.c | 22 .code = { 31 .code = { 46 .code = { MEDIA_BUS_FMT_ARGB8888_1X32 }, 54 .code = { MEDIA_BUS_FMT_SBGGR8_1X8 }, 60 .code = { MEDIA_BUS_FMT_SGBRG8_1X8 }, 66 .code = { MEDIA_BUS_FMT_SGRBG8_1X8 }, 72 .code = { MEDIA_BUS_FMT_SRGGB8_1X8 }, 78 .code = { MEDIA_BUS_FMT_SBGGR10_1X10 }, 84 .code = { MEDIA_BUS_FMT_SGBRG10_1X10 }, 90 .code = { MEDIA_BUS_FMT_SGRBG10_1X10 }, [all …]
|
D | vimc-debayer.c | 25 u32 code; member 49 .code = MEDIA_BUS_FMT_SRGGB8_1X8, 69 .code = MEDIA_BUS_FMT_SBGGR8_1X8, 74 .code = MEDIA_BUS_FMT_SGBRG8_1X8, 79 .code = MEDIA_BUS_FMT_SGRBG8_1X8, 84 .code = MEDIA_BUS_FMT_SRGGB8_1X8, 89 .code = MEDIA_BUS_FMT_SBGGR10_1X10, 94 .code = MEDIA_BUS_FMT_SGBRG10_1X10, 99 .code = MEDIA_BUS_FMT_SGRBG10_1X10, 104 .code = MEDIA_BUS_FMT_SRGGB10_1X10, [all …]
|
/kernel/linux/linux-5.10/tools/include/linux/ |
D | filter.h | 36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 54 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 72 .code = BPF_ALU | BPF_END | BPF_SRC(TYPE), \ 82 .code = BPF_ALU64 | BPF_MOV | BPF_X, \ 90 .code = BPF_ALU | BPF_MOV | BPF_X, \ 100 .code = BPF_ALU64 | BPF_MOV | BPF_K, \ 108 .code = BPF_ALU | BPF_MOV | BPF_K, \ 118 .code = BPF_ALU64 | BPF_MOV | BPF_SRC(TYPE), \ [all …]
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
D | fweh.c | 31 enum brcmf_fweh_event_code code; member 43 enum brcmf_fweh_event_code code; member 62 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) in brcmf_fweh_event_name() argument 66 if (fweh_event_names[i].code == code) in brcmf_fweh_event_name() 72 const char *brcmf_fweh_event_name(enum brcmf_fweh_event_code code) in brcmf_fweh_event_name() argument 97 enum brcmf_fweh_event_code code, in brcmf_fweh_call_event_handler() argument 108 if (fweh->evt_handler[code]) in brcmf_fweh_call_event_handler() 109 err = fweh->evt_handler[code](ifp, emsg, data); in brcmf_fweh_call_event_handler() 111 bphy_err(drvr, "unhandled event %d ignored\n", code); in brcmf_fweh_call_event_handler() 228 brcmf_fweh_event_name(event->code), event->code, in brcmf_fweh_event_worker() [all …]
|
/kernel/linux/linux-5.10/samples/bpf/ |
D | bpf_insn.h | 12 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 20 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 30 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \ 38 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 48 .code = BPF_ALU64 | BPF_MOV | BPF_X, \ 56 .code = BPF_ALU | BPF_MOV | BPF_X, \ 66 .code = BPF_ALU64 | BPF_MOV | BPF_K, \ 74 .code = BPF_ALU | BPF_MOV | BPF_K, \ 86 .code = BPF_LD | BPF_DW | BPF_IMM, \ 92 .code = 0, /* zero is reserved opcode */ \ [all …]
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | bpf_common.h | 8 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 21 #define BPF_MODE(code) ((code) & 0xe0) argument 28 #define BPF_OP(code) ((code) & 0xf0) argument 45 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | filter.h | 15 __u16 code; member 24 #define BPF_RVAL(code) ((code) & 0x18) argument 26 #define BPF_MISCOP(code) ((code) & 0xf8) argument 30 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 33 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | bpf_common.h | 21 #define BPF_CLASS(code) ((code) & 0x07) argument 30 #define BPF_SIZE(code) ((code) & 0x18) argument 34 #define BPF_MODE(code) ((code) & 0xe0) argument 41 #define BPF_OP(code) ((code) & 0xf0) argument 58 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | filter.h | 27 __u16 code; member 36 #define BPF_RVAL(code) ((code) & 0x18) argument 38 #define BPF_MISCOP(code) ((code) & 0xf8) argument 42 #define BPF_STMT(code,k) { (unsigned short) (code), 0, 0, k } argument 45 #define BPF_JUMP(code,k,jt,jf) { (unsigned short) (code), jt, jf, k } argument
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 22 #define BPF_MODE(code) ((code) & 0xe0) argument 31 #define BPF_OP(code) ((code) & 0xf0) argument 49 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | filter.h | 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) argument 41 #define BPF_MISCOP(code) ((code) & 0xf8) argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | bpf_common.h | 6 #define BPF_CLASS(code) ((code) & 0x07) argument 17 #define BPF_SIZE(code) ((code) & 0x18) argument 22 #define BPF_MODE(code) ((code) & 0xe0) argument 31 #define BPF_OP(code) ((code) & 0xf0) argument 49 #define BPF_SRC(code) ((code) & 0x08) argument
|
D | filter.h | 25 __u16 code; /* Actual filter code */ member 37 #define BPF_RVAL(code) ((code) & 0x18) argument 41 #define BPF_MISCOP(code) ((code) & 0xf8) argument 49 #define BPF_STMT(code, k) { (unsigned short)(code), 0, 0, k } argument 52 #define BPF_JUMP(code, k, jt, jf) { (unsigned short)(code), jt, jf, k } argument
|
/kernel/linux/linux-5.10/include/linux/ |
D | icmpv6.h | 18 typedef void ip6_icmp_send_t(struct sk_buff *skb, u8 type, u8 code, __u32 info, 21 void icmp6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, 25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send() argument 28 icmp6_send(skb, type, code, info, NULL, parm); in __icmpv6_send() 41 extern void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, 47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send() argument 49 __icmpv6_send(skb, type, code, info, IP6CB(skb)); in icmpv6_send() 56 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info); 58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument 61 __icmpv6_send(skb_in, type, code, info, &parm); in icmpv6_ndo_send() [all …]
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-x3proto/ |
D | setup.c | 129 .code = KEY_POWER, 134 .code = KEY_SUSPEND, 139 .code = KEY_KATAKANAHIRAGANA, 143 .code = KEY_SWITCHVIDEOMODE, 147 .code = KEY_F12, 151 .code = KEY_F11, 155 .code = KEY_F10, 159 .code = KEY_F9, 163 .code = KEY_F8, 167 .code = KEY_F7, [all …]
|
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
D | opt-arm.c | 186 kprobe_opcode_t *code; in NOKPROBE_SYMBOL() local 194 code = get_optinsn_slot(); in NOKPROBE_SYMBOL() 195 if (!code) in NOKPROBE_SYMBOL() 223 rel_chk = (unsigned long)((long)code - in NOKPROBE_SYMBOL() 232 free_optinsn_slot(code, 0); in NOKPROBE_SYMBOL() 237 memcpy(code, (unsigned long *)optprobe_template_entry, in NOKPROBE_SYMBOL() 249 code[TMPL_SUB_SP] = __opcode_to_mem_arm(0xe24dd000 | stack_protect); in NOKPROBE_SYMBOL() 251 code[TMPL_ADD_SP] = __opcode_to_mem_arm(0xe28d3000 | stack_protect); in NOKPROBE_SYMBOL() 255 code[TMPL_VAL_IDX] = val; in NOKPROBE_SYMBOL() 259 code[TMPL_CALL_IDX] = val; in NOKPROBE_SYMBOL() [all …]
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | coding-style.rst | 50 .. code-block:: c 71 .. code-block:: c 105 .. code-block:: c 113 .. code-block:: c 128 .. code-block:: c 142 .. code-block:: c 150 .. code-block:: c 168 .. code-block:: c 175 .. code-block:: c 184 .. code-block:: c [all …]
|