Searched refs:accessor (Results 1 – 11 of 11) sorted by relevance
| /linux/rust/pin-init/internal/src/ |
| H A D | init.rs | 250 let accessor = if pinned { localVariable 271 let #ident = #accessor; 281 let (value_init, accessor) = if pinned { 323 let #ident = #accessor;
|
| /linux/Documentation/driver-api/cxl/platform/acpi/ |
| H A D | slit.rst | 8 accessor and memory nodes. Node without initiators (cpus) are infinitely (FF)
|
| /linux/Documentation/process/ |
| H A 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
|
| /linux/Documentation/ABI/stable/ |
| H A D | procfs-audit_loginuid | 10 permissions are not needed to set it. The accessor must
|
| /linux/tools/lib/bpf/ |
| H A D | bpf_core_read.h | 303 * accessor string which describes exact embedded field that was used to take 399 #define ___read(read_fn, dst, src_type, src, accessor) \ 400 read_fn((void *)(dst), sizeof(*(dst)), &((src_type)(src))->accessor) 393 ___read(read_fn,dst,src_type,src,accessor) global() argument
|
| /linux/Documentation/admin-guide/hw-vuln/ |
| H A D | spectre.rst | 167 potentially be influenced for Spectre attacks, new "nospec" accessor 281 where such kernel code has been identified, nospec accessor macros 464 basis to use nospec accessor macros for bounds clipping :ref:`[2] 566 uses nospec accessor macros for "bounds clipping", to avoid any
|
| /linux/Documentation/core-api/ |
| H A D | timekeeping.rst | 6 using an accessor with a shorter name is preferred over one with a longer
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 4716 int (*accessor)(struct kvm_device *dev, in kvm_device_ioctl_attr() 4722 if (!accessor) in kvm_device_ioctl_attr() 4728 return accessor(dev, &attr); in kvm_device_ioctl_attr()
|
| /linux/Documentation/ |
| H A D | memory-barriers.txt | 2491 Inside of the Linux kernel, I/O should be done through the appropriate accessor 2494 use of memory barriers unnecessary, if the accessor functions are used to refer 2558 series of accessor functions that provide various degrees of ordering
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | chip.c | 1185 #define CNTR_ELEM(name, csr, offset, flags, accessor) \ argument 1191 accessor \
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 1349 is that the accessor may be required to sleep.
|