Home
last modified time | relevance | path

Searched refs:code (Results 301 – 325 of 4688) sorted by relevance

1...<<11121314151617181920>>...188

/linux-6.15/arch/parisc/net/
H A Dbpf_jit_comp64.c410 u8 code = insn->code; in init_regs() local
412 switch (code) { in init_regs()
422 if (code & (BPF_ALU | BPF_X) || code & (BPF_ALU64 | BPF_X) || in init_regs()
423 code & (BPF_JMP | BPF_X) || code & (BPF_JMP32 | BPF_X) || in init_regs()
424 code & BPF_LDX || code & BPF_STX) in init_regs()
600 u8 rd = -1, rs = -1, code = insn->code; in bpf_jit_emit_insn() local
606 switch (code) { in bpf_jit_emit_insn()
899 if (BPF_OP(code) == BPF_JSET) { in bpf_jit_emit_insn()
1034 switch (BPF_SIZE(code)) { in bpf_jit_emit_insn()
1077 if (BPF_CLASS(code) == BPF_ST) { in bpf_jit_emit_insn()
[all …]
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk208.c147 .code.data = gk208_grhub_code,
148 .code.size = sizeof(gk208_grhub_code),
157 .code.data = gk208_grgpc_code,
158 .code.size = sizeof(gk208_grgpc_code),
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm4708-netgear-r6300-v2.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
64 linux,code = <KEY_WPS_BUTTON>;
70 linux,code = <KEY_RFKILL>;
76 linux,code = <KEY_RESTART>;
H A Dbcm47081-buffalo-wzr-600dhp2.dts3 * Broadcom BCM470X / BCM5301X ARM platform code.
96 linux,code = <KEY_WPS_BUTTON>;
102 linux,code = <KEY_RESTART>;
109 linux,code = <KEY_SETUP>;
115 linux,code = <KEY_EJECTCD>;
/linux-6.15/drivers/input/
H A Dinput-compat.c27 event->code = compat_event.code; in input_event_from_user()
47 compat_event.code = event->code; in input_event_to_user()
/linux-6.15/arch/arc/kernel/
H A Djump_label.c85 jump_label_t *instr_addr = (jump_label_t *)entry->code; in arch_jump_label_transform()
91 instr = arc_gen_branch(entry->code, entry->target); in arch_jump_label_transform()
96 flush_icache_range(entry->code, entry->code + JUMP_LABEL_NOP_SIZE); in arch_jump_label_transform()
/linux-6.15/Documentation/driver-api/thermal/
H A Dexynos_thermal.rst19 The chip only exposes the measured 8-bit temperature code value
21 Temperature can be taken from the temperature code.
22 There are three equations converting from temperature to temperature code.
38 Temperature code, T: Temperature,
41 Temperature code measured at 25 degree Celsius which is unchanged
44 Temperature code measured at 85 degree Celsius which is unchanged
/linux-6.15/Documentation/core-api/irq/
H A Dirqflags-tracing.rst14 code. Otherwise only CONFIG_PROVE_MUTEX_LOCKING and
20 category, because lots of lowlevel assembly code deal with irq-flags
25 code-organizational changes first:
32 - in lowlevel entry code add (build-conditional) calls to the
38 complaint, try to figure out the assembly code we did not cover yet,
50 changes break other code by modifying conditions or registers that
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dgpio-keys.yaml55 linux,code:
56 description: Key / Axis code to emit.
67 linux,code == axis are released. This value is interpreted
106 - linux,code
161 linux,code = <103>;
167 linux,code = <108>;
173 linux,code = <143>;
/linux-6.15/arch/x86/boot/compressed/
H A Dmem_encrypt.S109 testl %eax, %eax # Check return code
116 testl %eax, %eax # Check return code
123 testl %eax, %eax # Check return code
130 testl %eax, %eax # Check return code
194 andl $0x0000ffff, %edx # Target code segment offset [15:0]
195 orl $(__KERNEL32_CS << 16), %edx # Target code segment selector
202 andl $0xffff0000, %edx # Target code segment offset [31:16]
/linux-6.15/Documentation/filesystems/spufs/
H A Dspu_run.rst31 Execution of SPU code happens synchronously, meaning that spu_run does
33 cute SPU code in parallel with other code on either the main CPU or
41 event can be a NULL pointer or point to an extended status code that
62 optionally a 14 bit code returned from the stop-and-signal instruction
84 The bits masked with this value contain the code returned from
88 code is returned from spu_run.
129 The code does not yet fully implement all features lined out here.
/linux-6.15/arch/sparc/kernel/
H A Dtraps_32.c205 int code; local
280 code = FPE_FLTUNK;
283 code = FPE_FLTINV;
285 code = FPE_FLTOVF;
287 code = FPE_FLTUND;
289 code = FPE_FLTDIV;
291 code = FPE_FLTRES;
293 send_sig_fault(SIGFPE, code, (void __user *)pc, fpt);
/linux-6.15/lib/zstd/common/
H A Dentropy_common.c32 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() argument
33 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() argument
35 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() argument
36 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() argument
/linux-6.15/drivers/pcmcia/
H A Dpcmcia_cis.c36 cisdata_t code, void *parse) in pccard_read_tuple() argument
47 tuple.DesiredTuple = code; in pccard_read_tuple()
83 cisdata_t code, cisparse_t *parse, void *priv_data, in pccard_loop_tuple() argument
101 tuple.DesiredTuple = code; in pccard_loop_tuple()
319 int pcmcia_loop_tuple(struct pcmcia_device *p_dev, cisdata_t code, in pcmcia_loop_tuple() argument
330 return pccard_loop_tuple(p_dev->socket, p_dev->func, code, NULL, in pcmcia_loop_tuple()
374 size_t pcmcia_get_tuple(struct pcmcia_device *p_dev, cisdata_t code, in pcmcia_get_tuple() argument
383 pcmcia_loop_tuple(p_dev, code, pcmcia_do_get_tuple, &get); in pcmcia_get_tuple()
/linux-6.15/Documentation/rust/
H A Dgeneral-information.rst23 Rust kernel code is documented using ``rustdoc``, its built-in documentation
27 functions, constants), source code, etc. They may be read at:
40 (same order as compiling the code itself) and no special tools or environment
63 Please note that Clippy may change code generation, thus it should not be
70 Abstractions are Rust code wrapping kernel functionality from the C side.
84 .. code-block::
137 the sense that they turn the C interfaces into "idiomatic" Rust code. Basic
145 Rust code has access to conditional compilation based on the kernel
148 .. code-block:: rust
158 .. code-block:: kconfig
/linux-6.15/drivers/nfc/s3fwrn5/
H A Dfirmware.c54 struct sk_buff **msg, u8 type, u8 code, const void *data, u16 len) in s3fwrn5_fw_prep_msg() argument
61 hdr.code = code; in s3fwrn5_fw_prep_msg()
97 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_get_bootinfo()
134 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_enter_update_mode()
154 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_enter_update_mode()
174 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) in s3fwrn5_fw_enter_update_mode()
205 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_update_sector()
226 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) { in s3fwrn5_fw_update_sector()
260 if (hdr->code != S3FWRN5_FW_RET_SUCCESS) in s3fwrn5_fw_complete_update_mode()
/linux-6.15/Documentation/bpf/
H A Dmap_xskmap.rst18 .. code-block:: none
63 .. code-block:: c
78 .. code-block:: c
94 .. code-block:: c
113 .. code-block:: c
121 .. code-block:: c
138 The following code snippet shows how to declare a ``BPF_MAP_TYPE_XSKMAP`` called
141 .. code-block:: c
164 The following code snippet shows how to update an XSKMAP with an XSK entry.
166 .. code-block:: c
/linux-6.15/arch/powerpc/lib/
H A Dcode-patching.c437 static int __patch_instructions(u32 *patch_addr, u32 *code, size_t len, bool repeat_instr) in __patch_instructions() argument
444 ppc_inst_t instr = ppc_inst_read(code); in __patch_instructions()
456 err = copy_to_kernel_nofault(patch_addr, code, len); in __patch_instructions()
468 static int __do_patch_instructions_mm(u32 *addr, u32 *code, size_t len, bool repeat_instr) in __do_patch_instructions_mm() argument
497 err = __patch_instructions(patch_addr, code, len, repeat_instr); in __do_patch_instructions_mm()
519 static int __do_patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr) in __do_patch_instructions() argument
536 err = __patch_instructions(patch_addr, code, len, repeat_instr); in __do_patch_instructions()
550 int patch_instructions(u32 *addr, u32 *code, size_t len, bool repeat_instr) in patch_instructions() argument
561 err = __do_patch_instructions_mm(addr, code, plen, repeat_instr); in patch_instructions()
563 err = __do_patch_instructions(addr, code, plen, repeat_instr); in patch_instructions()
[all …]
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-prtmvt.dts63 linux,code = <KEY_F1>;
69 linux,code = <KEY_F2>;
75 linux,code = <KEY_F3>;
81 linux,code = <KEY_F4>;
87 linux,code = <KEY_F5>;
105 linux,code = <KEY_UP>;
117 linux,code = <KEY_OK>;
123 linux,code = <KEY_F6>;
129 linux,code = <KEY_F7>;
135 linux,code = <KEY_F8>;
[all …]
/linux-6.15/drivers/input/misc/
H A Duinput.c84 .code = code, in uinput_dev_event()
253 request.code = UI_FF_UPLOAD; in uinput_dev_upload_effect()
268 request.code = UI_FF_ERASE; in uinput_dev_erase_effect()
409 UINPUT_NAME, code, min, max); in uinput_validate_absinfo()
427 if (code == ABS_MT_SLOT && max > 99) { in uinput_validate_absinfo()
505 if (setup.code > ABS_MAX) in uinput_abs_setup()
518 set_bit(setup.code, dev->absbit); in uinput_abs_setup()
519 dev->absinfo[setup.code] = setup.absinfo; in uinput_abs_setup()
993 if (!req || req->code != UI_FF_UPLOAD || in uinput_ioctl_handler()
1016 if (!req || req->code != UI_FF_ERASE) { in uinput_ioctl_handler()
[all …]
/linux-6.15/drivers/media/platform/ti/omap3isp/
H A Dispresizer.c976 resizer_set_ycpos(res, informat->code); in resizer_configure()
1390 fmt->code = MEDIA_BUS_FMT_YUYV8_1X16; in resizer_try_format()
1401 fmt->code = format->code; in resizer_try_format()
1426 if (code->pad == RESZ_PAD_SINK) { in resizer_enum_mbus_code()
1430 code->code = resizer_formats[code->index]; in resizer_enum_mbus_code()
1432 if (code->index != 0) in resizer_enum_mbus_code()
1436 code->which); in resizer_enum_mbus_code()
1437 code->code = format->code; in resizer_enum_mbus_code()
1453 format.code = fse->code; in resizer_enum_frame_size()
1460 if (format.code != fse->code) in resizer_enum_frame_size()
[all …]
/linux-6.15/drivers/media/i2c/
H A Dvgxy61.c243 u32 code; member
250 .code = MEDIA_BUS_FMT_Y8_1X8,
255 .code = MEDIA_BUS_FMT_Y10_1X10,
260 .code = MEDIA_BUS_FMT_Y12_1X12,
435 if (vgxy61_supported_codes[i].code == code) in get_bpp_by_code()
448 if (vgxy61_supported_codes[i].code == code) in get_data_type_by_code()
453 code); in get_data_type_by_code()
617 fmt->code = code; in vgxy61_fill_framefmt()
636 if (vgxy61_supported_codes[index].code == fmt->code) in vgxy61_try_fmt_internal()
684 code->code = vgxy61_supported_codes[code->index].code; in vgxy61_enum_mbus_code()
[all …]
H A Dimx334.c780 static int imx334_get_format_code(struct imx334 *imx334, u32 code) in imx334_get_format_code() argument
785 if (imx334_mbus_codes[i] == code) in imx334_get_format_code()
802 struct v4l2_subdev_mbus_code_enum *code) in imx334_enum_mbus_code() argument
804 if (code->index >= ARRAY_SIZE(imx334_mbus_codes)) in imx334_enum_mbus_code()
807 code->code = imx334_mbus_codes[code->index]; in imx334_enum_mbus_code()
825 u32 code; in imx334_enum_frame_size() local
830 code = imx334_get_format_code(imx334, fsize->code); in imx334_enum_frame_size()
832 if (fsize->code != code) in imx334_enum_frame_size()
885 fmt->format.code = imx334->cur_code; in imx334_get_pad_format()
918 fmt->format.code = imx334_get_format_code(imx334, fmt->format.code); in imx334_set_pad_format()
[all …]
/linux-6.15/Documentation/crypto/
H A Ddescore-readme.rst60 this code (byte-order independent):
118 (code from [email protected] via comp.sources.misc)
137 he seems to have included a lot of special case code
141 (code obtained from chalmers.se:pub/des)
146 also very modified for crypt. his iteration code uses 16k
156 so despite the comments in this code, it was possible to get
159 (code obtained from prep.ai.mit.edu)
161 UC Berkeley code (depends on machine-endedness):
166 (code obtained from wuarchive.wustl.edu)
256 generate good code.
[all …]
/linux-6.15/Documentation/driver-api/media/
H A Dv4l2-controls.rst53 .. code-block:: c
61 .. code-block:: c
73 .. code-block:: c
85 .. code-block:: c
97 .. code-block:: c
103 .. code-block:: c
109 .. code-block:: c
118 .. code-block:: c
127 .. code-block:: c
136 .. code-block:: c
[all …]

1...<<11121314151617181920>>...188