Searched refs:accessor (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/ |
D | arch_timer.c | 62 unsigned int accessor; in guest_validate_irq() local 70 accessor = VIRTUAL; in guest_validate_irq() 75 accessor = PHYSICAL; in guest_validate_irq() 83 xctl = timer_get_ctl(accessor); in guest_validate_irq() 87 timer_set_ctl(accessor, CTL_IMASK); in guest_validate_irq() 88 xcnt = timer_get_cntct(accessor); in guest_validate_irq() 89 cval = timer_get_cval(accessor); in guest_validate_irq()
|
/linux-6.12.1/Documentation/process/ |
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
|
D | coding-style.rst | 386 the proper accessor functions. 390 Opaqueness and ``accessor functions`` are not good in themselves.
|
/linux-6.12.1/Documentation/ABI/stable/ |
D | procfs-audit_loginuid | 10 permissions are not needed to set it. The accessor must
|
/linux-6.12.1/tools/lib/bpf/ |
D | bpf_core_read.h | 393 #define ___read(read_fn, dst, src_type, src, accessor) \ argument 394 read_fn((void *)(dst), sizeof(*(dst)), &((src_type)(src))->accessor)
|
/linux-6.12.1/Documentation/mm/ |
D | split_page_table_lock.rst | 14 There are helpers to lock/unlock a table and other accessor functions:
|
/linux-6.12.1/Documentation/admin-guide/hw-vuln/ |
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-6.12.1/Documentation/core-api/ |
D | timekeeping.rst | 6 using an accessor with a shorter name is preferred over one with a longer
|
/linux-6.12.1/virt/kvm/ |
D | kvm_main.c | 4709 int (*accessor)(struct kvm_device *dev, in kvm_device_ioctl_attr() 4715 if (!accessor) in kvm_device_ioctl_attr() 4721 return accessor(dev, &attr); in kvm_device_ioctl_attr()
|
/linux-6.12.1/Documentation/driver-api/ |
D | device-io.rst | 38 suitable for passing to the accessor functions described below, you
|
/linux-6.12.1/Documentation/ |
D | memory-barriers.txt | 2489 Inside of the Linux kernel, I/O should be done through the appropriate accessor 2492 use of memory barriers unnecessary, if the accessor functions are used to refer 2556 series of accessor functions that provide various degrees of ordering
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
D | chip.c | 1185 #define CNTR_ELEM(name, csr, offset, flags, accessor) \ argument 1191 accessor \
|
/linux-6.12.1/Documentation/security/keys/ |
D | core.rst | 1349 is that the accessor may be required to sleep.
|