/linux/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/kernel/trace/ |
A D | trace_probe_tmpl.h | 9 switch (code->size) { in fetch_store_raw() 95 code++; in process_fetch_insn_bottom() 98 s3 = code; in process_fetch_insn_bottom() 104 code++; in process_fetch_insn_bottom() 108 code++; in process_fetch_insn_bottom() 119 probe_mem_read(dest, (void *)val + code->offset, code->size); in process_fetch_insn_bottom() 135 code++; in process_fetch_insn_bottom() 140 code++; in process_fetch_insn_bottom() 148 code = s3; in process_fetch_insn_bottom() 155 code--; in process_fetch_insn_bottom() [all …]
|
A D | trace_probe.c | 539 code++; in __parse_bitfield_probe_arg() 691 code++; in traceprobe_parse_probe_arg_body() 718 code++; in traceprobe_parse_probe_arg_body() 726 code++; in traceprobe_parse_probe_arg_body() 731 parg->code = kcalloc(code - tmp + 1, sizeof(*code), GFP_KERNEL); in traceprobe_parse_probe_arg_body() 735 memcpy(parg->code, tmp, sizeof(*code) * (code - tmp + 1)); in traceprobe_parse_probe_arg_body() 739 for (code = tmp; code < tmp + FETCH_INSN_MAX; code++) in traceprobe_parse_probe_arg_body() 811 struct fetch_insn *code = arg->code; in traceprobe_free_probe_arg() local 813 while (code && code->op != FETCH_OP_END) { in traceprobe_free_probe_arg() 827 struct fetch_insn *code = arg->code; in traceprobe_update_arg() local [all …]
|
/linux/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/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 …]
|
/linux/arch/s390/kernel/ |
A D | diag.c | 26 int code; member 31 [DIAG_STAT_X008] = { .code = 0x008, .name = "Console Function" }, 32 [DIAG_STAT_X00C] = { .code = 0x00c, .name = "Pseudo Timer" }, 33 [DIAG_STAT_X010] = { .code = 0x010, .name = "Release Pages" }, 36 [DIAG_STAT_X064] = { .code = 0x064, .name = "NSS Manipulation" }, 42 [DIAG_STAT_X250] = { .code = 0x250, .name = "Block I/O" }, 45 [DIAG_STAT_X288] = { .code = 0x288, .name = "Time Bomb" }, 46 [DIAG_STAT_X2C4] = { .code = 0x2c4, .name = "FTP Services" }, 83 seq_printf(m, "diag %03x:", diag_map[n-1].code); in show_diag_stat() 130 trace_s390_diagnose(diag_map[nr].code); in diag_stat_inc() [all …]
|
/linux/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/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 49 .code = MEDIA_BUS_FMT_SRGGB8_1X8, 135 if (vimc_deb_pix_map_list[i].code == code) in vimc_deb_pix_map_by_code() 165 mf->code = vdeb->src_code; in vimc_deb_init_cfg() 175 if (VIMC_IS_SRC(code->pad)) { in vimc_deb_enum_mbus_code() 179 code->code = vimc_deb_src_mbus_codes[code->index]; in vimc_deb_enum_mbus_code() 184 code->code = vimc_deb_pix_map_list[code->index].code; in vimc_deb_enum_mbus_code() 240 fmt->code = sink_fmt_default.code; in vimc_deb_adjust_sink_fmt() 278 u32 code = fmt->format.code; in vimc_deb_set_fmt() local 283 *src_code = code; in vimc_deb_set_fmt() [all …]
|
/linux/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/scripts/ |
A 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: //'` 115 echo All code >> $T.oo 117 beforemark=`echo "$code"` 125 code=`echo "$code" | cut -c$((${marker} + 1))-` 129 code=`echo $code | sed -e 's/\r//;s/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'` [all …]
|
/linux/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() 236 emsg.event_code = event->code; in brcmf_fweh_event_worker() 266 event->code); in brcmf_fweh_event_worker() 331 brcmf_fweh_event_name(code)); in brcmf_fweh_register() 407 if (code >= BRCMF_E_LAST) in brcmf_fweh_process_event() 410 if (code != BRCMF_E_IF && !fweh->evt_handler[code]) in brcmf_fweh_process_event() [all …]
|
/linux/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/Documentation/translations/zh_CN/process/ |
A 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 …]
|
/linux/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/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/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() 56 void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info); 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, [all …]
|
/linux/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
|
/linux/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
|
/linux/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/drivers/media/platform/qcom/camss/ |
A D | camss-csid.c | 71 if (code == formats[i].code) in csid_get_fmt_entry() 280 if (fmt->code == csid->formats[i].code) in csid_try_format() 299 u32 code = fmt->code; in csid_try_format() local 303 fmt->code = csid->ops->src_pad_code(csid, fmt->code, 0, code); in csid_try_format() 344 code->code = csid->formats[code->index].code; in csid_enum_mbus_code() 353 code->code = csid->ops->src_pad_code(csid, sink_fmt->code, in csid_enum_mbus_code() 355 if (!code->code) in csid_enum_mbus_code() 361 code->code = csid->formats[code->index].code; in csid_enum_mbus_code() 385 format.code = fse->code; in csid_enum_frame_size() 392 if (format.code != fse->code) in csid_enum_frame_size() [all …]
|
/linux/drivers/staging/media/imx/ |
A D | imx8mq-mipi-csi2.c | 140 u32 code; member 159 .code = MEDIA_BUS_FMT_Y8_1X8, 174 .code = MEDIA_BUS_FMT_Y10_1X10, 189 .code = MEDIA_BUS_FMT_Y12_1X12, 205 .code = MEDIA_BUS_FMT_YUYV8_2X8, 218 if (code == imx8mq_mipi_csi_formats[i].code) in find_csi2_format() 517 if (code->index > 0) in imx8mq_mipi_csi_enum_mbus_code() 521 code->pad); in imx8mq_mipi_csi_enum_mbus_code() 522 code->code = fmt->code; in imx8mq_mipi_csi_enum_mbus_code() 532 code->code = imx8mq_mipi_csi_formats[code->index].code; in imx8mq_mipi_csi_enum_mbus_code() [all …]
|
/linux/arch/parisc/mm/ |
A D | fault.c | 52 parisc_acctyp(unsigned long code, unsigned int inst) in parisc_acctyp() argument 54 if (code == 6 || code == 16) in parisc_acctyp() 220 const char *trap_name(unsigned long code) in trap_name() argument 224 if (code < ARRAY_SIZE(trap_description)) in trap_name() 225 t = trap_description[code]; in trap_name() 247 tsk->comm, code, address); in show_signal_msg() 250 pr_cont("\ntrap #%lu: %s%c", code, trap_name(code), in show_signal_msg() 282 acc_type = parisc_acctyp(code, regs->iir); in do_page_fault() 355 switch (code) { in do_page_fault() 377 si_code = (code == 18) ? BUS_ADRALN : BUS_ADRERR; in do_page_fault() [all …]
|
/linux/Documentation/scsi/ |
A D | arcmsr_spec.rst | 12 - InitThread message and return code 126 9. Message0 message code 213 command code 218 depends on command code 393 byte 2 command code 0x1b 608 byte 2 command code 0x32 618 byte 2 command code 0x33 627 byte 2 command code 0x34 636 byte 2 command code 0x35 654 byte 2 command code 0x37 [all …]
|
/linux/drivers/media/usb/go7007/ |
A D | go7007-fw.c | 404 code[off + 31] = 0; in gen_mjpeghdr_to_package() 689 code[off + 31] = __cpu_to_le16(addr); in gen_mpeg1hdr_to_package() 696 code[off + 31] = 0; in gen_mpeg1hdr_to_package() 857 code[off + 31] = __cpu_to_le16(addr); in gen_mpeg4hdr_to_package() 864 code[off + 31] = 0; in gen_mpeg4hdr_to_package() 900 code[off + 31] = __cpu_to_le16(addr); in gen_mpeg4hdr_to_package() 907 code[off + 31] = 0; in gen_mpeg4hdr_to_package() 1546 __le16 *code, *src; in go7007_construct_fw_image() local 1575 if (code == NULL) in go7007_construct_fw_image() 1613 *fw = (u8 *)code; in go7007_construct_fw_image() [all …]
|