Home
last modified time | relevance | path

Searched refs:code (Results 451 – 475 of 4688) sorted by relevance

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

/linux-6.15/Documentation/bpf/
H A Dmap_sk_storage.rst33 .. code-block:: c
52 .. code-block:: c
66 .. code-block:: c
90 .. code-block:: c
102 .. code-block:: c
119 .. code-block:: c
130 .. code-block:: c
H A Dclassic_vs_extended.rst7 the possibility for GCC/LLVM compilers to generate optimized eBPF code through
8 an eBPF backend that performs almost as fast as natively compiled code.
251 | operation code | source | instruction class |
279 BPF_SRC(code) == BPF_X - use register X as source operand
280 BPF_SRC(code) == BPF_K - use 32-bit immediate as source operand
284 BPF_SRC(code) == BPF_X - use 'src_reg' register as source operand
285 BPF_SRC(code) == BPF_K - use 32-bit immediate as source operand
287 ... and four MSB bits store operation code.
289 If BPF_CLASS(code) == BPF_ALU or BPF_ALU64 [ in eBPF ], BPF_OP(code) is one of::
306 If BPF_CLASS(code) == BPF_JMP or BPF_JMP32 [ in eBPF ], BPF_OP(code) is one of::
[all …]
/linux-6.15/sound/pci/cs46xx/
H A Ddsp_spos.c60 if (ins->code.offset > 0) { in shadow_and_reallocate_code()
104 ins->code.data[ins->code.size++] = loval; in shadow_and_reallocate_code()
105 ins->code.data[ins->code.size++] = hival; in shadow_and_reallocate_code()
243 ins->code.offset = 0; in cs46xx_dsp_spos_create()
244 ins->code.size = 0; in cs46xx_dsp_spos_create()
272 kfree(ins->code.data); in cs46xx_dsp_spos_create()
296 kfree(ins->code.data); in cs46xx_dsp_spos_destroy()
395 if (code == NULL) { in cs46xx_dsp_load_module()
399 if (ins->code.offset + code->size > DSP_CODE_BYTE_SIZE) { in cs46xx_dsp_load_module()
418 doffset = (code->offset * 4 + ins->code.offset * 4 + DSP_CODE_BYTE_OFFSET); in cs46xx_dsp_load_module()
[all …]
/linux-6.15/arch/microblaze/mm/
H A Dfault.c91 int code = SEGV_MAPERR; in do_page_fault() local
102 _exception(SIGSEGV, regs, code, address); in do_page_fault()
200 code = SEGV_ACCERR; in do_page_fault()
273 _exception(SIGSEGV, regs, code, address); in do_page_fault()
/linux-6.15/arch/arm64/boot/dts/exynos/
H A Dexynos9810-starlte.dts42 linux,code = <KEY_POWER>;
49 linux,code = <KEY_VOLUMEDOWN>;
55 linux,code = <KEY_VOLUMEUP>;
62 linux,code = <KEY_CAMERA>;
/linux-6.15/drivers/hid/
H A Dhid-saitek.c158 usage->code - BTN_MOUSE == 10) || in saitek_event()
160 usage->code - BTN_MOUSE == 15))) { in saitek_event()
162 input_report_key(input, usage->code, 1); in saitek_event()
165 input_report_key(input, usage->code, 0); in saitek_event()
/linux-6.15/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk110.c322 .code.data = gk110_grhub_code,
323 .code.size = sizeof(gk110_grhub_code),
332 .code.data = gk110_grgpc_code,
333 .code.size = sizeof(gk110_grgpc_code),
/linux-6.15/arch/arm/boot/dts/renesas/
H A Dsh73a0-kzm9g.dts106 linux,code = <KEY_BACK>;
112 linux,code = <KEY_RIGHT>;
118 linux,code = <KEY_LEFT>;
124 linux,code = <KEY_ENTER>;
130 linux,code = <KEY_UP>;
136 linux,code = <KEY_DOWN>;
142 linux,code = <KEY_HOME>;
149 linux,code = <KEY_WAKEUP>;
/linux-6.15/Documentation/livepatch/
H A Dcallbacks.rst14 - Patching otherwise unpatchable code (i.e. assembly)
25 - Module init/exit code doesn't run when disabling and re-enabling a
47 - before a klp_object is unpatched (ie, patched code is
52 - after a klp_object has been patched, all code has
53 been restored and no tasks are running patched code,
76 code (0 for success, -ERRNO on error). An error status code indicates
83 targeted code.
/linux-6.15/arch/mips/include/asm/mips-boards/
H A Dsim.h17 #define simcfg(code) \ argument
21 ::"i"(code) \
/linux-6.15/Documentation/networking/
H A Dsfp-phylink.rst43 .. code-block:: none
55 .. code-block:: none
139 .. code-block:: c
238 .. code-block:: c
245 .. code-block:: c
266 .. code-block:: c
277 .. code-block:: c
288 .. code-block:: c
300 .. code-block:: c
310 .. code-block:: c
[all …]
/linux-6.15/arch/x86/net/
H A Dbpf_jit_comp32.c1677 const u8 code = insn->code; in do_jit() local
1686 switch (code) { in do_jit()
1693 switch (BPF_SRC(code)) { in do_jit()
1738 switch (BPF_SRC(code)) { in do_jit()
1753 switch (BPF_SRC(code)) { in do_jit()
1773 switch (BPF_SRC(code)) { in do_jit()
1796 switch (BPF_SRC(code)) { in do_jit()
1875 switch (BPF_SRC(code)) { in do_jit()
1924 switch (BPF_SIZE(code)) { in do_jit()
1972 switch (BPF_SIZE(code)) { in do_jit()
[all …]
/linux-6.15/drivers/mtd/nand/
H A Decc-sw-hamming.c116 unsigned char *code, bool sm_order) in ecc_sw_hamming_calculate() argument
313 code[0] = (invparity[rp7] << 7) | (invparity[rp6] << 6) | in ecc_sw_hamming_calculate()
317 code[1] = (invparity[rp15] << 7) | (invparity[rp14] << 6) | in ecc_sw_hamming_calculate()
322 code[1] = (invparity[rp7] << 7) | (invparity[rp6] << 6) | in ecc_sw_hamming_calculate()
326 code[0] = (invparity[rp15] << 7) | (invparity[rp14] << 6) | in ecc_sw_hamming_calculate()
333 code[2] = in ecc_sw_hamming_calculate()
342 code[2] = in ecc_sw_hamming_calculate()
363 const unsigned char *buf, unsigned char *code) in nand_ecc_sw_hamming_calculate() argument
369 return ecc_sw_hamming_calculate(buf, step_size, code, sm_order); in nand_ecc_sw_hamming_calculate()
/linux-6.15/Documentation/dev-tools/kunit/
H A Dfaq.rst13 test a single unit of code in isolation and hence the name *unit test*. A unit
15 code paths to be tested in the code under test. This is only possible if the
16 code under test is small and does not have any external dependencies outside of
49 - A unit test is supposed to test a single unit of code in isolation. A unit
51 possible code paths to be tested in the code under test. This is only possible
52 if the code under test is small and does not have any external dependencies
62 code under test. For example, someone might write an end-to-end test for the
/linux-6.15/arch/arm/boot/dts/ti/omap/
H A Dam3517-evm.dts42 linux,code = <BTN_0>;
48 linux,code = <BTN_1>;
54 linux,code = <BTN_2>;
60 linux,code = <BTN_3>;
66 linux,code = <BTN_4>;
72 linux,code = <BTN_5>;
78 linux,code = <BTN_6>;
84 linux,code = <BTN_7>;
90 linux,code = <BTN_8>;
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dadc-joystick.yaml65 linux,code:
66 description: EV_ABS specific event code generated by the axis.
96 - linux,code
115 linux,code = <ABS_X>;
122 linux,code = <ABS_Y>;
/linux-6.15/Documentation/sphinx-static/
H A Dtheme_overrides.css96 code.kbd, code.kbd span {
109 code, .rst-content tt, .rst-content code { selector
117 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
/linux-6.15/arch/arm/boot/dts/marvell/
H A Dorion5x-maxtor-shared-storage-2.dts41 linux,code = <KEY_POWER>;
47 linux,code = <KEY_RESTART>;
59 * Currently the MTD code does not recognize the MX29LV400CBCT
64 * issue is sorted out in the MTD code, break this into at
65 * least three partitions: 'u-boot code', 'u-boot environment'
H A Dorion5x-lacie-d2-network.dts41 linux,code = <KEY_POWER>;
48 linux,code = <1>; /* D2NET_SWITCH_POWER_ON */
55 linux,code = <2>; /* D2NET_SWITCH_POWER_OFF */
99 * Currently the MTD code does not recognize the MX29LV400CBCT
104 * issue is sorted out in the MTD code, break this into at
105 * least three partitions: 'u-boot code', 'u-boot environment'
/linux-6.15/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h28 u32 code; member
302 u32 atomisp_subdev_uncompressed_code(u32 code);
303 bool atomisp_subdev_is_compressed(u32 code);
304 const struct atomisp_in_fmt_conv *atomisp_find_in_fmt_conv(u32 code);
315 const struct atomisp_in_fmt_conv *atomisp_find_in_fmt_conv_compressed(u32 code);
/linux-6.15/drivers/staging/media/imx/
H A Dimx-ic-prpencvf.c843 struct v4l2_subdev_mbus_code_enum *code) in prp_enum_mbus_code() argument
845 if (code->pad >= PRPENCVF_NUM_PADS) in prp_enum_mbus_code()
848 return imx_media_enum_ipu_formats(&code->code, code->index, in prp_enum_mbus_code()
887 u32 code; in prp_try_fmt() local
892 sdformat->format.code = (*cc)->codes[0]; in prp_try_fmt()
987 format.format.code = fse->code; in prp_enum_frame_size()
994 if (format.format.code != fse->code) { in prp_enum_frame_size()
999 format.format.code = fse->code; in prp_enum_frame_size()
1263 u32 code; in prp_registered() local
1266 imx_media_enum_ipu_formats(&code, 0, PIXFMT_SEL_YUV); in prp_registered()
[all …]
/linux-6.15/drivers/media/i2c/
H A Dgc0308.c388 u32 code; member
393 { .code = v4l2_code, .regval = gc0308_regval }
997 struct v4l2_subdev_mbus_code_enum *code) in gc0308_enum_mbus_code() argument
999 if (code->index >= ARRAY_SIZE(gc0308_formats)) in gc0308_enum_mbus_code()
1002 code->code = gc0308_formats[code->index].code; in gc0308_enum_mbus_code()
1007 static int gc0308_get_format_idx(u32 code) in gc0308_get_format_idx() argument
1012 if (gc0308_formats[i].code == code) in gc0308_get_format_idx()
1026 if (gc0308_get_format_idx(fse->code) < 0) in gc0308_enum_frame_size()
1042 fmt->code = code; in gc0308_update_pad_format()
1053 int i = gc0308_get_format_idx(fmt->format.code); in gc0308_set_format()
[all …]
/linux-6.15/arch/s390/
H A DKconfig.debug7 bool "Debug low-level entry code"
10 This option enables sanity checks in s390 low-level entry code.
21 and pmd_t. This generates slightly worse code and should be used
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-opp-mowgli.dts52 linux,code = <ASPEED_GPIO(F, 6)>;
58 linux,code = <ASPEED_GPIO(J, 2)>;
64 linux,code = <ASPEED_GPIO(Z, 2)>;
70 linux,code = <ASPEED_GPIO(Z, 0)>;
76 linux,code = <ASPEED_GPIO(F, 1)>;
87 linux,code = <9>;
93 linux,code = <10>;
99 linux,code = <11>;
105 linux,code = <12>;
111 linux,code = <13>;
/linux-6.15/arch/arm64/net/
H A Dbpf_jit_comp.c656 const u8 code = insn->code; in emit_atomic_ld_st() local
687 switch (BPF_SIZE(code)) { in emit_atomic_ld_st()
703 switch (BPF_SIZE(code)) { in emit_atomic_ld_st()
730 const u8 code = insn->code; in emit_lse_atomic() local
803 const u8 code = insn->code; in emit_ll_sc_atomic() local
1116 const u8 code = insn->code; in build_insn() local
1137 switch (code) { in build_insn()
1236 if (BPF_CLASS(code) == BPF_ALU && BPF_SRC(code) == BPF_FROM_BE) in build_insn()
1239 if (BPF_CLASS(code) == BPF_ALU && BPF_SRC(code) == BPF_FROM_LE) in build_insn()
1393 switch (BPF_OP(code)) { in build_insn()
[all …]

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