Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 2390) sorted by relevance

12345678910>>...96

/linux-6.6.21/kernel/trace/
Dtrace_probe_tmpl.h7 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 …]
Dtrace_probe.c289 static int parse_trace_event_arg(char *arg, struct fetch_insn *code, in parse_trace_event_arg() argument
298 code->op = FETCH_OP_TP_ARG; in parse_trace_event_arg()
299 code->data = field; in parse_trace_event_arg()
365 struct fetch_insn *code = *pcode + 1; in check_prepare_btf_string_fetch() local
367 if (code->op == FETCH_OP_END) { in check_prepare_btf_string_fetch()
372 code->op = FETCH_OP_UDEREF; in check_prepare_btf_string_fetch()
374 code->op = FETCH_OP_DEREF; in check_prepare_btf_string_fetch()
375 code->offset = 0; in check_prepare_btf_string_fetch()
376 *pcode = code; in check_prepare_btf_string_fetch()
525 struct fetch_insn *code = *pcode; in parse_btf_field() local
[all …]
/linux-6.6.21/kernel/bpf/
Ddisasm.c143 insn->code, insn->dst_reg, in print_bpf_end_insn()
144 BPF_SRC(insn->code) == BPF_TO_BE ? "be" : "le", in print_bpf_end_insn()
153 insn->code, insn->dst_reg, in print_bpf_bswap_insn()
159 return (BPF_OP(insn->code) == BPF_DIV || BPF_OP(insn->code) == BPF_MOD) && in is_sdiv_smod()
165 return BPF_OP(insn->code) == BPF_MOV && in is_movsx()
174 u8 class = BPF_CLASS(insn->code); in print_bpf_insn()
177 if (BPF_OP(insn->code) == BPF_END) { in print_bpf_insn()
182 } else if (BPF_OP(insn->code) == BPF_NEG) { in print_bpf_insn()
184 insn->code, class == BPF_ALU ? 'w' : 'r', in print_bpf_insn()
187 } else if (BPF_SRC(insn->code) == BPF_X) { in print_bpf_insn()
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/
Ddisasm.c143 insn->code, insn->dst_reg, in print_bpf_end_insn()
144 BPF_SRC(insn->code) == BPF_TO_BE ? "be" : "le", in print_bpf_end_insn()
153 insn->code, insn->dst_reg, in print_bpf_bswap_insn()
159 return (BPF_OP(insn->code) == BPF_DIV || BPF_OP(insn->code) == BPF_MOD) && in is_sdiv_smod()
165 return BPF_OP(insn->code) == BPF_MOV && in is_movsx()
174 u8 class = BPF_CLASS(insn->code); in print_bpf_insn()
177 if (BPF_OP(insn->code) == BPF_END) { in print_bpf_insn()
182 } else if (BPF_OP(insn->code) == BPF_NEG) { in print_bpf_insn()
184 insn->code, class == BPF_ALU ? 'w' : 'r', in print_bpf_insn()
187 } else if (BPF_SRC(insn->code) == BPF_X) { in print_bpf_insn()
[all …]
/linux-6.6.21/drivers/scsi/
Dscript_asm.pl179 @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 …]
/linux-6.6.21/arch/ia64/kernel/
Dunwind_decoder.c86 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 …]
Dtraps.c103 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()
128 sig = SIGSEGV; code = SEGV_MAPERR; in ia64_bad_break()
132 sig = SIGSEGV; code = BUS_ADRALN; in ia64_bad_break()
136 sig = SIGFPE; code = __FPE_DECOVF; in ia64_bad_break()
140 sig = SIGFPE; code = __FPE_DECDIV; in ia64_bad_break()
144 sig = SIGFPE; code = __FPE_DECERR; in ia64_bad_break()
[all …]
/linux-6.6.21/drivers/media/firewire/
Dfiredtv-rc.c169 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 …]
/linux-6.6.21/arch/s390/kernel/
Ddiag.c28 int code; member
33 [DIAG_STAT_X008] = { .code = 0x008, .name = "Console Function" },
34 [DIAG_STAT_X00C] = { .code = 0x00c, .name = "Pseudo Timer" },
35 [DIAG_STAT_X010] = { .code = 0x010, .name = "Release Pages" },
36 [DIAG_STAT_X014] = { .code = 0x014, .name = "Spool File Services" },
37 [DIAG_STAT_X044] = { .code = 0x044, .name = "Voluntary Timeslice End" },
38 [DIAG_STAT_X064] = { .code = 0x064, .name = "NSS Manipulation" },
39 [DIAG_STAT_X08C] = { .code = 0x08c, .name = "Access 3270 Display Device Information" },
40 [DIAG_STAT_X09C] = { .code = 0x09c, .name = "Relinquish Timeslice" },
41 [DIAG_STAT_X0DC] = { .code = 0x0dc, .name = "Appldata Control" },
[all …]
/linux-6.6.21/drivers/media/test-drivers/vimc/
Dvimc-common.c22 .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 …]
Dvimc-debayer.c25 u32 code; member
50 .code = MEDIA_BUS_FMT_SRGGB8_1X8,
70 .code = MEDIA_BUS_FMT_SBGGR8_1X8,
75 .code = MEDIA_BUS_FMT_SGBRG8_1X8,
80 .code = MEDIA_BUS_FMT_SGRBG8_1X8,
85 .code = MEDIA_BUS_FMT_SRGGB8_1X8,
90 .code = MEDIA_BUS_FMT_SBGGR10_1X10,
95 .code = MEDIA_BUS_FMT_SGBRG10_1X10,
100 .code = MEDIA_BUS_FMT_SGRBG10_1X10,
105 .code = MEDIA_BUS_FMT_SRGGB10_1X10,
[all …]
/linux-6.6.21/tools/include/linux/
Dfilter.h36 .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 …]
/linux-6.6.21/scripts/
Ddecodecode26 code=
33 code=$i
40 code="$code $xdump"
50 if [ -z "$code" ]; then
55 echo $code
56 code=`echo $code | sed -e 's/.*Code: //'`
58 width=`expr index "$code" ' '`
205 marker=`expr index "$code" "\<"`
207 marker=`expr index "$code" "\("`
216 echo All code >> $T.oo
[all …]
/linux-6.6.21/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dfweh.c31 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 …]
/linux-6.6.21/include/linux/
Dicmpv6.h18 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 …]
/linux-6.6.21/samples/bpf/
Dbpf_insn.h12 .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 …]
/linux-6.6.21/tools/include/uapi/linux/
Dbpf_common.h6 #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
Dfilter.h25 __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.6.21/include/uapi/linux/
Dbpf_common.h6 #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
Dfilter.h25 __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.6.21/arch/sh/boards/mach-x3proto/
Dsetup.c129 .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 …]
/linux-6.6.21/arch/arm/probes/kprobes/
Dopt-arm.c184 kprobe_opcode_t *code; in NOKPROBE_SYMBOL() local
192 code = get_optinsn_slot(); in NOKPROBE_SYMBOL()
193 if (!code) in NOKPROBE_SYMBOL()
221 rel_chk = (unsigned long)((long)code - in NOKPROBE_SYMBOL()
230 free_optinsn_slot(code, 0); in NOKPROBE_SYMBOL()
235 memcpy(code, (unsigned long *)optprobe_template_entry, in NOKPROBE_SYMBOL()
247 code[TMPL_SUB_SP] = __opcode_to_mem_arm(0xe24dd000 | stack_protect); in NOKPROBE_SYMBOL()
249 code[TMPL_ADD_SP] = __opcode_to_mem_arm(0xe28d3000 | stack_protect); in NOKPROBE_SYMBOL()
253 code[TMPL_VAL_IDX] = val; in NOKPROBE_SYMBOL()
257 code[TMPL_CALL_IDX] = val; in NOKPROBE_SYMBOL()
[all …]
/linux-6.6.21/Documentation/translations/zh_TW/process/
Dcoding-style.rst53 .. 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.6.21/drivers/usb/serial/
Dio_ionsp.h446 #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.6.21/drivers/media/platform/nxp/
Dimx8mq-mipi-csi2.c136 u32 code; member
143 .code = MEDIA_BUS_FMT_SBGGR8_1X8,
146 .code = MEDIA_BUS_FMT_SGBRG8_1X8,
149 .code = MEDIA_BUS_FMT_SGRBG8_1X8,
152 .code = MEDIA_BUS_FMT_SRGGB8_1X8,
155 .code = MEDIA_BUS_FMT_Y8_1X8,
158 .code = MEDIA_BUS_FMT_SBGGR10_1X10,
161 .code = MEDIA_BUS_FMT_SGBRG10_1X10,
164 .code = MEDIA_BUS_FMT_SGRBG10_1X10,
167 .code = MEDIA_BUS_FMT_SRGGB10_1X10,
[all …]

12345678910>>...96