/linux/Documentation/core-api/ |
H A D | unaligned-memory-access.rst | 36 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 D | slog2.S | 37 | 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 D | stv06xx_pb0100.c | 45 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 D | using-gpio.rst | 6 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 D | regset.h | 152 * @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 D | virtio_pci_modern.h | 58 * The driver MUST access each field using the “natural” access
|
/linux/arch/x86/kvm/ |
H A D | smm.h | 61 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 D | bmi160.h | 14 * Ensure natural alignment for timestamp if present.
|
/linux/scripts/gcc-plugins/ |
H A D | Kconfig | 28 there is little 'natural' source of entropy normally. The cost
|
/linux/arch/arc/kernel/ |
H A D | ctx_sw_asm.S | 7 * -This is the more "natural" hand written assembler
|
/linux/Documentation/filesystems/ext4/ |
H A D | verity.rst | 21 natural order.
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmcs_shadow_fields.h | 59 /* Natural width */
|
/linux/include/linux/mfd/ |
H A D | macsmc.h | 16 * 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 D | botching-up-ioctls.rst | 33 * 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 D | btf_dump_test_case_bitfields.c | 81 long: 0; /* flush until next natural alignment boundary */
|
/linux/arch/parisc/include/asm/ |
H A D | ldcw.h | 17 they only require "natural" alignment (4-byte for ldcw, 8-byte for
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | st,spear-spics-gpio.yaml | 22 directly control each PL022 chipselect. Hence, it is natural for SPEAr to
|
/linux/Documentation/admin-guide/thermal/ |
H A D | intel_powerclamp.rst | 283 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 D | omap_dmm_tiler.h | 50 0 0 0 0-degree view Natural view
|
/linux/arch/arm/kernel/ |
H A D | entry-v7m.S | 135 * Vector table (Natural alignment need to be ensured)
|
/linux/drivers/dma-buf/ |
H A D | selftest.c | 134 /* Tests are listed in natural order in selftests.h */ in run_selftests()
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-block | 10 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 D | camera-sensor.rst | 91 Some systems have the camera sensor mounted upside down compared to its natural
|
/linux/kernel/ |
H A D | Kconfig.preempt | 66 otherwise not be about to reach a natural preemption point.
|
/linux/Documentation/locking/ |
H A D | futex-requeue-pi.rst | 21 rest to the natural wakeup inherent in unlocking the mutex
|