Home
last modified time | relevance | path

Searched full:natural (Results 1 – 25 of 179) sorted by relevance

12345678

/linux/Documentation/core-api/
H A Dunaligned-memory-access.rst36 Natural alignment
39 The rule mentioned above forms what we refer to as natural alignment:
43 When writing code, assume the target architecture has natural alignment
46 In reality, only a few architectures require natural alignment on all sizes
48 writing code that satisfies natural alignment requirements is the easiest way
126 For a natural alignment scheme, the compiler would only have to add a single
/linux/arch/m68k/fpsp040/
H A Dslog2.S37 | Step 1. Call slognd to obtain Y = log(X), the natural log of X.
52 | Step 1. Call sLogN to obtain Y = log(X), the natural log of X.
66 | Step 1. Call slognd to obtain Y = log(X), the natural log of X.
89 | Step 3. Call sLogN to obtain Y = log(X), the natural log of X.
/linux/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_pb0100.c45 struct v4l2_ctrl *natural; member
123 .name = "Natural Light Source", in pb0100_init_controls()
144 ctrls->natural = v4l2_ctrl_new_custom(hdl, &natural_light, NULL); in pb0100_init_controls()
398 if (ctrls->natural->val) in pb0100_set_autogain()
406 gspca_dbg(gspca_dev, D_CONF, "Set autogain to %d (natural: %d), status: %d\n", in pb0100_set_autogain()
407 val, ctrls->natural->val, err); in pb0100_set_autogain()
/linux/Documentation/driver-api/gpio/
H A Dusing-gpio.rst6 as such are normally not user facing abstractions. The most obvious, natural
27 software-hardware interface to be set up. They should not have a natural fit
/linux/include/linux/
H A Dregset.h152 * @bias: Bias from natural indexing.
185 * When there is a natural value to use as an index, @bias gives the
186 * difference between the natural index and the slot index for the
188 * the segment selector produces a natural index, but only a subset of
H A Dvirtio_pci_modern.h58 * The driver MUST access each field using the “natural” access
/linux/arch/x86/kvm/
H A Dsmm.h61 u32 gprs[8]; /* GPRS in the "natural" X86 order (EAX/ECX/EDX.../EDI) */
134 u64 gprs[16]; /* GPRS in a reversed "natural" X86 order (R15/R14/../RCX/RAX.) */
/linux/drivers/iio/imu/bmi160/
H A Dbmi160.h14 * Ensure natural alignment for timestamp if present.
/linux/scripts/gcc-plugins/
H A DKconfig28 there is little 'natural' source of entropy normally. The cost
/linux/arch/arc/kernel/
H A Dctx_sw_asm.S7 * -This is the more "natural" hand written assembler
/linux/Documentation/filesystems/ext4/
H A Dverity.rst21 natural order.
/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h59 /* Natural width */
/linux/include/linux/mfd/
H A Dmacsmc.h16 * SMC keys are 32bit integers containing packed ASCII characters in natural
25 * normal comparison operators which directly map to the natural order used
/linux/Documentation/process/
H A Dbotching-up-ioctls.rst33 * Align everything to the natural size and use explicit padding. 32-bit
35 64-bit platforms do. So we always need padding to the natural size to get
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_bitfields.c81 long: 0; /* flush until next natural alignment boundary */
/linux/arch/parisc/include/asm/
H A Dldcw.h17 they only require "natural" alignment (4-byte for ldcw, 8-byte for
/linux/Documentation/devicetree/bindings/gpio/
H A Dst,spear-spics-gpio.yaml22 directly control each PL022 chipselect. Hence, it is natural for SPEAr to
/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst283 and includes natural idle. When idle injection is disabled, reading
297 If the system is busy (spin test below) and has less than 25% natural
/linux/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.h50 0 0 0 0-degree view Natural view
/linux/arch/arm/kernel/
H A Dentry-v7m.S135 * Vector table (Natural alignment need to be ensured)
/linux/drivers/dma-buf/
H A Dselftest.c134 /* Tests are listed in natural order in selftests.h */ in run_selftests()
/linux/Documentation/ABI/stable/
H A Dsysfs-block10 offset from the disk's natural alignment.
22 natural alignment.
197 is offset from the disk's natural alignment.
209 natural alignment.
/linux/Documentation/userspace-api/media/drivers/
H A Dcamera-sensor.rst91 Some systems have the camera sensor mounted upside down compared to its natural
/linux/kernel/
H A DKconfig.preempt66 otherwise not be about to reach a natural preemption point.
/linux/Documentation/locking/
H A Dfutex-requeue-pi.rst21 rest to the natural wakeup inherent in unlocking the mutex

12345678