/linux-6.3-rc2/kernel/trace/ |
A D | trace_probe_tmpl.h | 9 switch (code->size) { in fetch_store_raw() 146 code++; in process_fetch_insn_bottom() 149 s3 = code; in process_fetch_insn_bottom() 156 code++; in process_fetch_insn_bottom() 160 code++; in process_fetch_insn_bottom() 164 code++; in process_fetch_insn_bottom() 196 code++; in process_fetch_insn_bottom() 201 code++; in process_fetch_insn_bottom() 209 code = s3; in process_fetch_insn_bottom() 216 code--; in process_fetch_insn_bottom() [all …]
|
A D | trace_probe.c | 559 code++; in __parse_bitfield_probe_arg() 727 code++; in traceprobe_parse_probe_arg_body() 754 code++; in traceprobe_parse_probe_arg_body() 762 code++; in traceprobe_parse_probe_arg_body() 767 parg->code = kcalloc(code - tmp + 1, sizeof(*code), GFP_KERNEL); in traceprobe_parse_probe_arg_body() 771 memcpy(parg->code, tmp, sizeof(*code) * (code - tmp + 1)); in traceprobe_parse_probe_arg_body() 775 for (code = tmp; code < tmp + FETCH_INSN_MAX; code++) in traceprobe_parse_probe_arg_body() 847 struct fetch_insn *code = arg->code; in traceprobe_free_probe_arg() local 849 while (code && code->op != FETCH_OP_END) { in traceprobe_free_probe_arg() 863 struct fetch_insn *code = arg->code; in traceprobe_update_arg() local [all …]
|
/linux-6.3-rc2/kernel/bpf/ |
A D | disasm.c | 126 insn->code, insn->dst_reg, in print_bpf_end_insn() 166 insn->code, in print_bpf_insn() 174 insn->code, in print_bpf_insn() 185 insn->code, insn->src_reg, in print_bpf_insn() 193 insn->code, in print_bpf_insn() 211 insn->code, in print_bpf_insn() 226 insn->code, insn->dst_reg, in print_bpf_insn() 232 insn->code, in print_bpf_insn() 237 insn->code, in print_bpf_insn() 269 insn->code, in print_bpf_insn() [all …]
|
/linux-6.3-rc2/drivers/scsi/ |
A D | script_asm.pl | 214 $code[$address] = ($code[$address] & ~$mask) | 296 $code[$address] |= 0x00_08_00_00; 306 $code[$address] |= 0x00_02_00_00; 490 $code[$address], $code[$address+1], $code[$address +2] if 678 $code[$address] |= 0x00_00_00_08; 729 $code[$address] |= (1 << 19); 759 $code[$address] = 0x48_00_00_00; 765 $code[$address] = 0x80_88_00_00; 830 $add = $code[$address / 4]; 832 $code[$address / 4] = $symbol; [all …]
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | unwind_decoder.c | 167 rlen = (code & 0x1f); in unw_decode_r1() 209 if ((code & 0x10) == 0) in unw_decode_p2_p5() 274 if ((code & 0x10) == 0) in unw_decode_p7_p10() 276 r = (code & 0xf); in unw_decode_p7_p10() 305 switch (code & 0xf) in unw_decode_p7_p10() 360 UNW_DEC_BAD_CODE(code); in unw_decode_p7_p10() 372 if ((code & 0x20) != 0) in unw_decode_b1() 394 if ((code & 0x10) == 0) in unw_decode_b3_x4() 409 switch (code & 0x7) in unw_decode_b3_x4() 454 unsigned char code; in unw_decode() local [all …]
|
A D | traps.c | 103 int sig, code; in ia64_bad_break() local 112 sig = SIGILL; code = ILL_ILLOPC; in ia64_bad_break() 116 sig = SIGFPE; code = FPE_INTDIV; in ia64_bad_break() 120 sig = SIGFPE; code = FPE_INTOVF; in ia64_bad_break() 124 sig = SIGFPE; code = FPE_FLTSUB; in ia64_bad_break() 132 sig = SIGSEGV; code = BUS_ADRALN; in ia64_bad_break() 177 force_sig_fault(sig, code, in ia64_bad_break() 447 code = (isr >> 4) & 0xf; in ia64_fault() 451 if (code == 8) { in ia64_fault() 476 code = SEGV_ACCERR; in ia64_fault() [all …]
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | diag.c | 27 int code; member 32 [DIAG_STAT_X008] = { .code = 0x008, .name = "Console Function" }, 33 [DIAG_STAT_X00C] = { .code = 0x00c, .name = "Pseudo Timer" }, 34 [DIAG_STAT_X010] = { .code = 0x010, .name = "Release Pages" }, 37 [DIAG_STAT_X064] = { .code = 0x064, .name = "NSS Manipulation" }, 44 [DIAG_STAT_X250] = { .code = 0x250, .name = "Block I/O" }, 47 [DIAG_STAT_X288] = { .code = 0x288, .name = "Time Bomb" }, 48 [DIAG_STAT_X2C4] = { .code = 0x2c4, .name = "FTP Services" }, 89 seq_printf(m, "diag %03x:", diag_map[n-1].code); in show_diag_stat() 136 trace_s390_diagnose(diag_map[nr].code); in diag_stat_inc() [all …]
|
/linux-6.3-rc2/drivers/media/firewire/ |
A D | firedtv-rc.c | 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() 189 input_report_key(idev, code, 1); in fdtv_handle_rc() [all …]
|
/linux-6.3-rc2/drivers/media/test-drivers/vimc/ |
A 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 }, 203 if (!vimc_pix_map_list[i].code[j]) in vimc_mbus_code_by_index() [all …]
|
A D | vimc-debayer.c | 25 u32 code; member 50 .code = MEDIA_BUS_FMT_SRGGB8_1X8, 136 if (vimc_debayer_pix_map_list[i].code == code) in vimc_debayer_pix_map_by_code() 166 mf->code = vdebayer->src_code; in vimc_debayer_init_cfg() 176 if (VIMC_IS_SRC(code->pad)) { in vimc_debayer_enum_mbus_code() 180 code->code = vimc_debayer_src_mbus_codes[code->index]; in vimc_debayer_enum_mbus_code() 185 code->code = vimc_debayer_pix_map_list[code->index].code; in vimc_debayer_enum_mbus_code() 241 fmt->code = sink_fmt_default.code; in vimc_debayer_adjust_sink_fmt() 279 u32 code = fmt->format.code; in vimc_debayer_set_fmt() local 284 *src_code = code; in vimc_debayer_set_fmt() [all …]
|
/linux-6.3-rc2/tools/include/linux/ |
A D | filter.h | 36 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \ 44 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \ 62 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \ 82 .code = BPF_ALU64 | BPF_MOV | BPF_X, \ 90 .code = BPF_ALU | BPF_MOV | BPF_X, \ 108 .code = BPF_ALU | BPF_MOV | BPF_K, \ 252 .code = BPF_JMP | BPF_JA, \ 262 .code = BPF_JMP | BPF_CALL, \ 272 .code = CODE, \ 325 .code = BPF_JMP | BPF_CALL, \ [all …]
|
/linux-6.3-rc2/scripts/ |
A D | decodecode | 26 code= 33 code=$i 40 code="$code $xdump" 50 if [ -z "$code" ]; then 55 echo $code 56 code=`echo $code | sed -e 's/.*Code: //'` 216 echo All code >> $T.oo 218 beforemark=`echo "$code"` 231 code=`echo "$code" | cut -c$((${marker} + 1))-` 238 code=`echo $code | sed -e 's/\r//;s/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'` [all …]
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | fweh.c | 31 enum brcmf_fweh_event_code code; member 43 enum brcmf_fweh_event_code code; member 66 if (fweh_event_names[i].code == code) in brcmf_fweh_event_name() 108 if (fweh->evt_handler[code]) in brcmf_fweh_call_event_handler() 228 brcmf_fweh_event_name(event->code), event->code, in brcmf_fweh_event_worker() 240 emsg.event_code = event->code; in brcmf_fweh_event_worker() 270 event->code); in brcmf_fweh_event_worker() 335 brcmf_fweh_event_name(code)); in brcmf_fweh_register() 411 if (code >= BRCMF_E_LAST) in brcmf_fweh_process_event() 414 if (code != BRCMF_E_IF && !fweh->evt_handler[code]) in brcmf_fweh_process_event() [all …]
|
/linux-6.3-rc2/include/linux/ |
A 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, 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, 49 __icmpv6_send(skb, type, code, info, IP6CB(skb)); in icmpv6_send() 61 __icmpv6_send(skb_in, type, code, info, &parm); in icmpv6_ndo_send() 68 u8 type, u8 code, __u32 info) in icmpv6_send() argument 73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send() argument 79 extern int icmpv6_err_convert(u8 type, u8 code, 83 u8 code, int pos, [all …]
|
/linux-6.3-rc2/samples/bpf/ |
A 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, \ 217 .code = CODE, \ [all …]
|
/linux-6.3-rc2/include/uapi/linux/ |
A 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
|
A 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
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A 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
|
A 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
|
/linux-6.3-rc2/arch/sh/boards/mach-x3proto/ |
A D | setup.c | 147 .code = KEY_F12, 151 .code = KEY_F11, 159 .code = KEY_F9, 163 .code = KEY_F8, 167 .code = KEY_F7, 171 .code = KEY_F6, 175 .code = KEY_F5, 179 .code = KEY_F4, 183 .code = KEY_F3, 187 .code = KEY_F2, [all …]
|
/linux-6.3-rc2/arch/arm/probes/kprobes/ |
A 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() 255 code[TMPL_VAL_IDX] = val; in NOKPROBE_SYMBOL() 259 code[TMPL_CALL_IDX] = val; in NOKPROBE_SYMBOL() 265 (unsigned long)(&code[TMPL_RESTORE_END]), in NOKPROBE_SYMBOL() 283 flush_icache_range((unsigned long)code, in NOKPROBE_SYMBOL() 284 (unsigned long)(&code[TMPL_END_IDX])); in NOKPROBE_SYMBOL() [all …]
|
/linux-6.3-rc2/Documentation/translations/zh_TW/process/ |
A D | coding-style.rst | 53 .. code-block:: c 74 .. code-block:: c 108 .. code-block:: c 116 .. code-block:: c 131 .. code-block:: c 145 .. code-block:: c 153 .. code-block:: c 171 .. code-block:: c 178 .. code-block:: c 187 .. code-block:: c [all …]
|
/linux-6.3-rc2/drivers/usb/serial/ |
A D | io_ionsp.h | 446 #define IOSP_GET_STATUS_LEN(code) ((code) < 8 ? 2 : ((code) < 0x0A ? 3 : 4)) argument 448 #define IOSP_STATUS_IS_2BYTE(code) ((code) < 0x08) argument 449 #define IOSP_STATUS_IS_3BYTE(code) (((code) >= 0x08) && ((code) <= 0x0B)) argument 450 #define IOSP_STATUS_IS_4BYTE(code) (((code) >= 0x0C) && ((code) <= 0x0D)) argument
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | static_call.c | 58 const void *code; in __static_call_transform() local 67 code = text_gen_insn(CALL_INSN_OPCODE, insn, func); in __static_call_transform() 69 emulate = code; in __static_call_transform() 70 code = &xor5rax; in __static_call_transform() 76 code = x86_nops[5]; in __static_call_transform() 80 code = text_gen_insn(JMP32_INSN_OPCODE, insn, func); in __static_call_transform() 87 code = &retinsn; in __static_call_transform() 99 code = buf; in __static_call_transform() 105 if (memcmp(insn, code, size) == 0) in __static_call_transform() 109 return text_poke_early(insn, code, size); in __static_call_transform() [all …]
|
/linux-6.3-rc2/drivers/staging/media/imx/ |
A D | imx8mq-mipi-csi2.c | 140 u32 code; member 147 .code = MEDIA_BUS_FMT_SBGGR8_1X8, 159 .code = MEDIA_BUS_FMT_Y8_1X8, 174 .code = MEDIA_BUS_FMT_Y10_1X10, 189 .code = MEDIA_BUS_FMT_Y12_1X12, 219 if (code == imx8mq_mipi_csi_formats[i].code) in find_csi2_format() 515 if (code->index > 0) in imx8mq_mipi_csi_enum_mbus_code() 519 code->pad); in imx8mq_mipi_csi_enum_mbus_code() 520 code->code = fmt->code; in imx8mq_mipi_csi_enum_mbus_code() 530 code->code = imx8mq_mipi_csi_formats[code->index].code; in imx8mq_mipi_csi_enum_mbus_code() [all …]
|