Home
last modified time | relevance | path

Searched full:inside (Results 1 – 25 of 1764) sorted by relevance

12345678910>>...71

/linux/Documentation/devicetree/bindings/
H A D.yamllint15 min-spaces-inside: 0
16 max-spaces-inside: 1
17 min-spaces-inside-empty: 0
18 max-spaces-inside-empty: 0
20 min-spaces-inside: 0
21 max-spaces-inside: 1
22 min-spaces-inside-empty: 0
23 max-spaces-inside-empty: 0
/linux/tools/testing/selftests/bpf/progs/
H A Dpreempt_lock.c11 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
19 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
28 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
38 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
60 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
68 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
77 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_preempt_disable-ed region")
H A Dirq.c34 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_2()
46 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_3()
60 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_3_minus_2()
86 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_1_subprog()
96 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_2_subprog()
108 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_3_subprog()
122 __failure __msg("BPF_EXIT instruction in main prog cannot be used inside bpf_local_irq_save-ed region") in irq_restore_missing_3_minus_2_subprog()
/linux/drivers/nfc/microread/
H A DKconfig6 This module contains the main code for Inside Secure microread
11 tristate "Inside Secure Microread device support (I2C)"
16 Inside microread chipsets. Select this if your platform is using
23 tristate "Inside Secure Microread device support (MEI)"
28 Inside microread chipsets. Select this if your microread chipset
/linux/arch/csky/include/asm/
H A Dtcm.h16 /* Tag functions inside TCM called from outside TCM with this */
18 /* Tag function inside TCM called from inside TCM with this */
/linux/drivers/gpu/drm/i915/
H A Di915_gem_gtt.c75 * @size: how much space to allocate inside the GTT,
77 * @offset: where to insert inside the GTT,
84 * i915_gem_gtt_reserve() tries to insert the @node at the exact @offset inside
159 * @size: how much space to allocate inside the GTT,
165 * @start: start of any range restriction inside GTT (0 for all),
167 * @end: end of any range restriction inside GTT (U64_MAX for all),
262 * make room inside the aperture. The eviction scan then has to walk in i915_gem_gtt_insert()
264 * it has to search for a new hole between every byte inside the memcpy, in i915_gem_gtt_insert()
/linux/drivers/crypto/ccree/
H A Dcc_aead.h33 #define CCM_BLOCK_NONCE_OFFSET 1 /* Nonce offset inside B0 and CTR_COUNT */
34 #define CCM_BLOCK_NONCE_SIZE 3 /* Nonce size inside B0 and CTR_COUNT */
35 #define CCM_BLOCK_IV_OFFSET 4 /* IV offset inside B0 and CTR_COUNT */
36 #define CCM_BLOCK_IV_SIZE 8 /* IV size inside B0 and CTR_COUNT */
/linux/drivers/iio/accel/
H A Dmma9551_core.c211 * Locking is not handled inside the function. Callers should ensure they
236 * Locking is not handled inside the function. Callers should ensure they
261 * Locking is not handled inside the function. Callers should ensure they
286 * Locking is not handled inside the function. Callers should ensure they
320 * Locking is not handled inside the function. Callers should ensure they
347 * Locking is not handled inside the function. Callers should ensure they
380 * Locking is not handled inside the function. Callers should ensure they
419 * Locking is not handled inside the function. Callers should ensure they
458 * Locking is not handled inside the function. Callers should ensure they
493 * Locking is not handled inside the function. Callers should ensure they
[all …]
/linux/arch/arm/include/asm/
H A Dtcm.h20 /* Tag functions inside TCM called from outside TCM with this */
22 /* Tag function inside TCM called from inside TCM with this */
/linux/Documentation/accel/
H A Dintroduction.rst11 These devices can be either stand-alone ASICs or IP blocks inside an SoC/GPU.
20 or an IP inside a SoC (e.g. laptop web camera). These devices
24 type of device can be stand-alone or an IP inside a SoC or a GPU. It will
34 a method of scaling-up/out, i.e. connecting to other training cards inside
46 Because this type of devices can be an IP inside GPUs or have similar
/linux/Documentation/userspace-api/media/v4l/
H A Dselection-api-configuration.rst39 active cropping area must lie completely inside the capture boundaries.
58 bounds rectangle. The composing rectangle must lie completely inside
73 be changed by the hardware. The content of pixels that lie inside the
99 must lie completely inside the crop boundaries and the driver may
110 composing rectangle must lie completely inside the bounds rectangle. The
/linux/net/netfilter/
H A Dnf_nat_proto.c567 } *inside; in nf_nat_icmp_reply_translation() local
576 if (skb_ensure_writable(skb, hdrlen + sizeof(*inside))) in nf_nat_icmp_reply_translation()
581 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation()
582 if (inside->icmp.type == ICMP_REDIRECT) { in nf_nat_icmp_reply_translation()
601 if (!nf_nat_ipv4_manip_pkt(skb, hdrlen + sizeof(inside->icmp), in nf_nat_icmp_reply_translation()
606 /* Reloading "inside" here since manip_pkt may reallocate */ in nf_nat_icmp_reply_translation()
607 inside = (void *)skb->data + hdrlen; in nf_nat_icmp_reply_translation()
608 inside->icmp.checksum = 0; in nf_nat_icmp_reply_translation()
609 inside->icmp.checksum = in nf_nat_icmp_reply_translation()
882 } *inside; in nf_nat_icmpv6_reply_translation() local
[all …]
/linux/drivers/block/rnbd/
H A Drnbd-srv.h21 /* Entry inside global sess_list */
33 /* Entry inside global dev_list */
47 /* Entry inside rnbd_srv_dev struct */
/linux/fs/btrfs/
H A Dsubpage.h43 * Structure to trace status of each sector inside a page, attached to
61 * How many sectors inside the page is locked.
131 * the range is ensured to be inside the folio's single page.
135 * But the range still needs to be inside one single page.
138 * need to be inside the page. Those functions will truncate the range
/linux/Documentation/devicetree/bindings/clock/
H A Dstericsson,u8500-clks.yaml13 description: While named "U8500 clocks" these clocks are inside the
53 5, 6. The second cell indicates which clock inside the PRCC block it
67 second cell indicates which clock inside the PRCC block it wants, possible
81 5 and 6. The second cell indicates which reset line inside the PRCC block
/linux/security/apparmor/include/
H A Dcred.h92 * of the label so it is safe to call when inside of locks.
104 * This fn will not update the tasks cred, so it is safe inside of locks
138 * safe to call inside locks
160 * Not safe to call inside locks
/linux/Documentation/arch/arm/
H A Dtcm.rst8 This is usually just a few (4-64) KiB of RAM inside the ARM
11 Due to being embedded inside the CPU, the TCM has a
57 the CPU and then we hang inside ITCM waiting for an
86 to have functions called locally inside the TCM without
H A Dmemory.rst43 DTCM mounted inside the CPU.
46 ITCM mounted inside the CPU.
101 must not access any memory which is not mapped inside their 0x0001000
/linux/Documentation/devicetree/bindings/input/
H A Ddlink,dir685-touchkeys.txt5 board inside the router is named E119921.
7 The touchkey device node should be placed inside an I2C bus node.
/linux/drivers/net/ethernet/
H A Ddnet.h146 * almost empty = less than one full sized ethernet frame (no jumbo) inside
148 * (no jumbo) inside the fifo
155 * controller inside the FPGA have.
172 #define DNET_FIFO_RX_CMD_AF_TH (1 << 16) /* just one frame inside the FIFO */
/linux/arch/x86/include/asm/
H A Dsgx.h94 * Save State Area (SSA) is a stack inside the enclave used to store processor
192 * inside an enclave. It is cleared by EADD but can
213 * segment inside the enclave
215 * segment inside the enclave
220 * space that defines an entry point inside the enclave. A thread enters inside
/linux/Documentation/arch/powerpc/
H A Dbootwrapper.rst29 tree). This image embeds a device tree blob inside
31 are all embedded inside the U-Boot uImage file format
48 inside the image instead of provided by firmware. The
75 tree blob inside the image.
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_tcp_skb.c108 /* Connect to the server out of a cgroup from inside the cgroup. */
226 * from inside the cgroup.
227 * 3. Connect to the server from inside the cgroup and close the connection
229 * 4. Connect to the server from inside the cgroup and close the connection
230 * from inside the cgroup.
/linux/Documentation/devicetree/bindings/mmc/
H A Dsdhci-st.txt10 subsystem (mmcss) inside the FlashSS (available in STiH407 SoC
27 to configure DLL inside the flashSS, if so reg-names must also be
32 for eMMC on stih407 family silicon to configure DLL inside FlashSS.
/linux/Documentation/devicetree/bindings/perf/
H A Damlogic,g12-ddr-pmu.yaml14 A timer is inside and can generate interrupt when timeout.
32 - description: The IRQ of the inside timer timeout.

12345678910>>...71