Searched refs:accessor (Results 1 – 7 of 7) sorted by relevance
53 accesses are always done through accessor functions; accessing I/O memory73 - The above-mentioned accessor functions might use volatile on75 each accessor call becomes a little critical section on its own and
294 the proper accessor functions.296 NOTE! Opaqueness and "accessor functions" are not good in themselves.
2422 Inside of the Linux kernel, I/O should be done through the appropriate accessor2432 (2) If the accessor functions are used to refer to an I/O memory window with2492 When accessing I/O memory, drivers should use the appropriate accessor
13 There are helpers to lock/unlock a table and other accessor functions:
2585 int (*accessor)(struct kvm_device *dev, in kvm_device_ioctl_attr()2591 if (!accessor) in kvm_device_ioctl_attr()2597 return accessor(dev, &attr); in kvm_device_ioctl_attr()
1152 #define CNTR_ELEM(name, csr, offset, flags, accessor) \ argument1158 accessor \
1070 is that the accessor may be required to sleep.