Searched refs:accessor (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/Documentation/process/ |
D | volatile-considered-harmful.rst | 56 accesses are always done through accessor functions; accessing I/O memory 76 - The above-mentioned accessor functions might use volatile on 78 each accessor call becomes a little critical section on its own and
|
D | coding-style.rst | 370 the proper accessor functions. 374 Opaqueness and ``accessor functions`` are not good in themselves.
|
/Linux-v5.10/tools/lib/bpf/ |
D | bpf_core_read.h | 263 #define ___read(read_fn, dst, src_type, src, accessor) \ argument 264 read_fn((void *)(dst), sizeof(*(dst)), &((src_type)(src))->accessor)
|
/Linux-v5.10/Documentation/vm/ |
D | split_page_table_lock.rst | 16 There are helpers to lock/unlock a table and other accessor functions:
|
/Linux-v5.10/Documentation/admin-guide/hw-vuln/ |
D | spectre.rst | 155 potentially be influenced for Spectre attacks, new "nospec" accessor 269 where such kernel code has been identified, nospec accessor macros 425 basis to use nospec accessor macros for bounds clipping :ref:`[2] 510 uses nospec accessor macros for "bounds clipping", to avoid any
|
/Linux-v5.10/Documentation/driver-api/ |
D | device-io.rst | 38 suitable for passing to the accessor functions described below, you
|
/Linux-v5.10/Documentation/core-api/ |
D | timekeeping.rst | 6 using an accessor with a shorter name is preferred over one with a longer
|
/Linux-v5.10/virt/kvm/ |
D | kvm_main.c | 3449 int (*accessor)(struct kvm_device *dev, in kvm_device_ioctl_attr() 3455 if (!accessor) in kvm_device_ioctl_attr() 3461 return accessor(dev, &attr); in kvm_device_ioctl_attr()
|
/Linux-v5.10/Documentation/ |
D | memory-barriers.txt | 2461 Inside of the Linux kernel, I/O should be done through the appropriate accessor 2464 use of memory barriers unnecessary, if the accessor functions are used to refer 2528 series of accessor functions that provide various degrees of ordering
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1226 #define CNTR_ELEM(name, csr, offset, flags, accessor) \ argument 1232 accessor \
|
/Linux-v5.10/Documentation/security/keys/ |
D | core.rst | 1349 is that the accessor may be required to sleep.
|