Home
last modified time | relevance | path

Searched refs:accessor (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/process/
A Dvolatile-considered-harmful.rst56 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
A Dcoding-style.rst386 the proper accessor functions.
390 Opaqueness and ``accessor functions`` are not good in themselves.
/linux/Documentation/ABI/stable/
A Dprocfs-audit_loginuid10 permissions are not needed to set it. The accessor must
/linux/tools/lib/bpf/
A Dbpf_core_read.h276 #define ___read(read_fn, dst, src_type, src, accessor) \ argument
277 read_fn((void *)(dst), sizeof(*(dst)), &((src_type)(src))->accessor)
/linux/Documentation/vm/
A Dsplit_page_table_lock.rst16 There are helpers to lock/unlock a table and other accessor functions:
/linux/Documentation/admin-guide/hw-vuln/
A Dspectre.rst155 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]
509 uses nospec accessor macros for "bounds clipping", to avoid any
/linux/Documentation/core-api/
A Dtimekeeping.rst6 using an accessor with a shorter name is preferred over one with a longer
/linux/virt/kvm/
A Dkvm_main.c3946 int (*accessor)(struct kvm_device *dev, in kvm_device_ioctl_attr()
3952 if (!accessor) in kvm_device_ioctl_attr()
3958 return accessor(dev, &attr); in kvm_device_ioctl_attr()
/linux/Documentation/driver-api/
A Ddevice-io.rst38 suitable for passing to the accessor functions described below, you
/linux/Documentation/
A Dmemory-barriers.txt2461 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/drivers/infiniband/hw/hfi1/
A Dchip.c1185 #define CNTR_ELEM(name, csr, offset, flags, accessor) \ argument
1191 accessor \
/linux/Documentation/security/keys/
A Dcore.rst1349 is that the accessor may be required to sleep.

Completed in 57 milliseconds