Home
last modified time | relevance | path

Searched full:narrow (Results 1 – 25 of 122) sorted by relevance

12345

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_btf_ctx_access.c38 r2 = *(u32 *)(r1 + 0); /* load 1st argument with narrow load */\ in ctx_access_u32_pointer_reject_32()
50 r2 = *(u16 *)(r1 + 0); /* load 1st argument with narrow load */\ in ctx_access_u32_pointer_reject_16()
62 r2 = *(u8 *)(r1 + 0); /* load 1st argument with narrow load */\ in ctx_access_u32_pointer_reject_8()
H A Dtest_sk_lookup.c384 /* Check narrow loads from ctx fields that support them.
386 * Narrow loads of size >= target field size from a non-zero offset
399 /* Narrow loads from family field */ in ctx_narrow_access()
406 /* Narrow loads from protocol field */ in ctx_narrow_access()
413 /* Narrow loads from remote_port field. Expect SRC_PORT. */ in ctx_narrow_access()
431 /* Narrow loads from local_port field. Expect DST_PORT. */ in ctx_narrow_access()
439 /* Narrow loads from IPv4 fields */ in ctx_narrow_access()
475 /* Narrow loads from IPv6 fields */ in ctx_narrow_access()
H A Dbind4_prog.c121 // u8 narrow loads: in bind_v4_prog()
136 // u16 narrow loads: in bind_v4_prog()
H A Dbind6_prog.c131 // u8 narrow loads: in bind_v6_prog()
148 // u16 narrow loads: in bind_v6_prog()
H A Dtest_ldsx_insn.c102 /* force narrow one-byte signed load. Otherwise, compiler may in _tc()
H A Dverifier_subreg.c10 * - All insns under BPF_ALU class. Their BPF_ALU32 variants or narrow width
12 * - Narrow direct loads, BPF_B/H/W | BPF_LDX.
H A Dverifier_ctx.c223 __description("narrow load on field " #field " of " #ctx) \
H A Dverifier_sock.c198 __description("sk_fullsock(skb->sk): sk->state [narrow load]") in sk_family_non_fullsock_field_2()
395 __description("sk_fullsock(skb->sk): sk->type [narrow load]") in dst_ip6_load_2nd_byte()
419 __description("sk_fullsock(skb->sk): sk->protocol [narrow load]") in sk_sk_type_narrow_load()
/linux/Documentation/scsi/
H A Dadvansys.rst8 RISC-based, Bus-Mastering, Fast (10 Mhz) and Ultra (20 Mhz) Narrow
248 patch and helped with PowerPC wide and narrow board support.
260 Bryan Henderson <bryanh@giraffe-data.com> helped debug narrow
263 Manuel Veloso <veloso@pobox.com> worked hard on PowerPC narrow
H A DFlashPoint.rst43 and file server environments, are available in narrow, wide, dual channel,
/linux/include/linux/sched/
H A Dstat.h13 * so they can only be relied on in narrow circumstances. )
/linux/include/drm/
H A Ddrm_modes.h68 * @MODE_HSYNC_NARROW: horizontal sync too narrow
70 * @MODE_HBLANK_NARROW: horizontal blanking too narrow
72 * @MODE_VSYNC_NARROW: vertical sync too narrow
74 * @MODE_VBLANK_NARROW: vertical blanking too narrow
/linux/Documentation/timers/
H A Dhrtimers.rst22 relatively narrow use case (jiffies in a relatively narrow HZ range)
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-set-wideband-receiver.rst39 This might be useful of receivers that have otherwise narrow band receiver
/linux/arch/parisc/kernel/
H A Dreal2.S33 /* This can be called in both narrow and wide kernels */
75 rsm PSW_SM_W, %r0 /* go narrow */
/linux/Documentation/usb/
H A Dusbdevfs-drop-permissions.c87 "[3] Narrow interface permission mask\n" in main()
/linux/arch/loongarch/include/asm/
H A Daddrspace.h93 #define _ACAST64_ (_ATYPE64_) /* do _not_ narrow */
/linux/Documentation/core-api/
H A Dnetlink.rst73 New families should use ``per-op`` (default) to be able to narrow down the
/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2055.h208 #define B2055_C1_B0NB_RSSIVCM 0xD2 /* Core 1 B0 narrow-band RSSI VCM */
211 #define B2055_C2_B0NB_RSSIVCM 0xDE /* Core 2 B0 narrow-band RSSI VCM */
/linux/mm/
H A Dmmap_lock.c116 * back the vm_refcnt. That is a narrow window for observing a raised in vma_mark_detached()
204 * stable and can be freed in the narrow window after vma->vm_refcnt in vma_start_read()
/linux/arch/mips/include/asm/
H A Daddrspace.h42 #define _ACAST64_ (_ATYPE64_) /* do _not_ narrow */
/linux/arch/xtensa/kernel/
H A Dalign.S133 #define OP0_L32I_N 0x8 /* load immediate narrow */
134 #define OP0_S32I_N 0x9 /* store immediate narrow */
/linux/drivers/message/fusion/
H A Dmptsas.h148 * Specific details on ports, wide/narrow
/linux/include/scsi/
H A Dscsi_transport_spi.h23 unsigned int width:1; /* 0 - narrow, 1 - wide */
/linux/drivers/media/rc/
H A Drc-loopback.c156 dev_dbg(&dev->dev, "using %sband receiver\n", enable ? "wide" : "narrow"); in loop_set_wideband_receiver()

12345