Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/process/
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
Dcoding-style.rst345 the proper accessor functions.
349 Opaqueness and ``accessor functions`` are not good in themselves.
/Linux-v4.19/Documentation/vm/
Dsplit_page_table_lock.rst16 There are helpers to lock/unlock a table and other accessor functions:
/Linux-v4.19/Documentation/core-api/
Dtimekeeping.rst6 using an accessor with a shorter name is preferred over one with a longer
/Linux-v4.19/Documentation/driver-api/
Ddevice-io.rst38 suitable for passing to the accessor functions described below, you
/Linux-v4.19/virt/kvm/
Dkvm_main.c2794 int (*accessor)(struct kvm_device *dev, in kvm_device_ioctl_attr()
2800 if (!accessor) in kvm_device_ioctl_attr()
2806 return accessor(dev, &attr); in kvm_device_ioctl_attr()
/Linux-v4.19/Documentation/
Dmemory-barriers.txt2533 Inside of the Linux kernel, I/O should be done through the appropriate accessor
2543 (2) If the accessor functions are used to refer to an I/O memory window with
2603 When accessing I/O memory, drivers should use the appropriate accessor
/Linux-v4.19/Documentation/security/keys/
Dcore.rst1156 is that the accessor may be required to sleep.
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dchip.c1208 #define CNTR_ELEM(name, csr, offset, flags, accessor) \ argument
1214 accessor \