Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/aarch64/
Darch_timer.c125 unsigned int accessor; in guest_validate_irq() local
133 accessor = VIRTUAL; in guest_validate_irq()
138 accessor = PHYSICAL; in guest_validate_irq()
146 xctl = timer_get_ctl(accessor); in guest_validate_irq()
150 timer_set_ctl(accessor, CTL_IMASK); in guest_validate_irq()
151 xcnt = timer_get_cntct(accessor); in guest_validate_irq()
152 cval = timer_get_cval(accessor); in guest_validate_irq()
/Linux-v6.6/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.rst386 the proper accessor functions.
390 Opaqueness and ``accessor functions`` are not good in themselves.
/Linux-v6.6/Documentation/ABI/stable/
Dprocfs-audit_loginuid10 permissions are not needed to set it. The accessor must
/Linux-v6.6/tools/lib/bpf/
Dbpf_core_read.h316 #define ___read(read_fn, dst, src_type, src, accessor) \ argument
317 read_fn((void *)(dst), sizeof(*(dst)), &((src_type)(src))->accessor)
/Linux-v6.6/Documentation/mm/
Dsplit_page_table_lock.rst14 There are helpers to lock/unlock a table and other accessor functions:
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dspectre.rst168 potentially be influenced for Spectre attacks, new "nospec" accessor
282 where such kernel code has been identified, nospec accessor macros
448 basis to use nospec accessor macros for bounds clipping :ref:`[2]
546 uses nospec accessor macros for "bounds clipping", to avoid any
/Linux-v6.6/Documentation/core-api/
Dtimekeeping.rst6 using an accessor with a shorter name is preferred over one with a longer
/Linux-v6.6/virt/kvm/
Dkvm_main.c4380 int (*accessor)(struct kvm_device *dev, in kvm_device_ioctl_attr()
4386 if (!accessor) in kvm_device_ioctl_attr()
4392 return accessor(dev, &attr); in kvm_device_ioctl_attr()
/Linux-v6.6/Documentation/driver-api/
Ddevice-io.rst38 suitable for passing to the accessor functions described below, you
/Linux-v6.6/Documentation/
Dmemory-barriers.txt2482 Inside of the Linux kernel, I/O should be done through the appropriate accessor
2485 use of memory barriers unnecessary, if the accessor functions are used to refer
2549 series of accessor functions that provide various degrees of ordering
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dchip.c1185 #define CNTR_ELEM(name, csr, offset, flags, accessor) \ argument
1191 accessor \
/Linux-v6.6/Documentation/security/keys/
Dcore.rst1349 is that the accessor may be required to sleep.