Home
last modified time | relevance | path

Searched full:accessed (Results 1 – 25 of 1799) sorted by relevance

12345678910>>...72

/openbmc/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst9 accessed by a workload and which are idle. This information can be useful for
30 A page is considered idle if it has not been accessed since it was marked idle
31 (for more details on what "accessed" actually means see the :ref:`Implementation
81 considered referenced if it has been recently accessed via a process address
82 space, in which case one or more PTEs it is mapped to will have the Accessed bit
83 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The
93 - a page is accessed by a device driver using get_user_pages()
104 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is
107 as noted above, uses the Accessed bit to promote actively referenced pages, one
108 more page flag is introduced, the Young flag. When the PTE Accessed bit is
[all …]
H A Dmultigen_lru.rst39 0x0002 Clearing the accessed bit in leaf page table entries in large
44 whose accessed bits can be otherwise cleared by fewer larger
46 0x0004 Clearing the accessed bit in non-leaf page table entries as
106 accessed over different time intervals for each memcg and node.
117 Each bin contains an estimated number of pages that have been accessed
/openbmc/linux/mm/damon/
H A Dpaddr.c85 bool *accessed = arg; in __damon_pa_young() local
88 *accessed = false; in __damon_pa_young()
92 *accessed = pte_young(ptep_get(pvmw.pte)) || in __damon_pa_young()
97 *accessed = pmd_young(pmdp_get(pvmw.pmd)) || in __damon_pa_young()
104 if (*accessed) { in __damon_pa_young()
110 /* If accessed, stop walking */ in __damon_pa_young()
111 return *accessed == false; in __damon_pa_young()
117 bool accessed = false; in damon_pa_young() local
119 .arg = &accessed, in damon_pa_young()
130 accessed = false; in damon_pa_young()
[all …]
H A DKconfig92 that not accessed for a long time (cold) using DAMON and reclaim
104 protect frequently accessed (hot) pages while rarely accessed (cold)
/openbmc/linux/arch/arm64/kernel/
H A Dimage-vars.h18 * accessed by the stub, so provide some aliases to make them accessible.
42 * accessed by it, therefore provide aliases to make them linkable.
43 * Do not include symbols which may not be safely accessed under hypervisor
58 /* Global kernel state accessed by nVHE hyp code. */
/openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
H A Dmemory.json8 …. Note that errors are only detected when the actual protected memory is accessed by an operation."
24 …latency, due to the alignment of the address and the size of data being accessed, which results in…
28 …nal latency, due to the alignment of the address and size of data being accessed, which results in…
32 …nal latency, due to the alignment of the address and size of data being accessed incurred addition…
/openbmc/linux/Documentation/mm/
H A Dmultigen_lru.rst30 accessed bit. A rmap walk targets a single page and does not try to
61 channel is higher due to the approximation of the accessed bit.
98 Each generation is divided into multiple tiers. A page accessed ``N``
117 generation when it finds them accessed through page tables; the
125 the aging clears the accessed bit and updates the gen counter of the
138 accessed through page tables and updated its gen counter. It also
140 was accessed multiple times through file descriptors and the feedback
184 and clear the accessed bit) can be expensive because pages from
/openbmc/linux/Documentation/driver-api/
H A Dedac.rst54 The data accessed by the memory controller is contained into one dimm
62 The data size accessed by the memory controller is interlaced into two
63 dimms, accessed at the same time. E. g. if the DIMM is 64 bits-wide (72
70 accessed. Common chip-select rows for single channel are 64 bits, for
86 sets of memory devices. The two rows cannot be accessed concurrently.
93 of memory devices. The two rows cannot be accessed concurrently.
196 GPU nodes can be accessed the same way as the data fabric on CPU nodes.
/openbmc/linux/arch/x86/kvm/mmu/
H A Dtdp_iter.h36 * handler, and Accessed and Dirty bits can be set by the CPU.
38 * Note, non-leaf SPTEs do have Accessed bits and those bits are
39 * technically volatile, but KVM doesn't consume the Accessed bit of
41 * logic needs to be reassessed if KVM were to use non-leaf Accessed
/openbmc/linux/include/linux/iio/
H A Dbuffer-dma.h48 /* May only be accessed by the owner of the block */
53 * Set during allocation, constant thereafter. May be accessed read-only
61 /* Must not be accessed outside the core. */
64 * Must not be accessed outside the core. Access needs to hold
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c90 * @hw: Struct containing variables accessed by shared code
129 * @hw: Struct containing variables accessed by shared code
223 * @hw: Struct containing variables accessed by shared code
331 * @hw: Struct containing variables accessed by shared code
372 * @hw: Struct containing variables accessed by shared code
517 * @hw: Struct containing variables accessed by shared code
641 * @hw: Struct containing variables accessed by shared code.
678 * @hw: Struct containing variables accessed by shared code
793 * @hw: Struct containing variables accessed by shared code
937 * @hw: Struct containing variables accessed by shared code
[all …]
/openbmc/linux/fs/freevxfs/
H A Dvxfs_inode.h81 __fs32 vdi_atime; /* Last time accessed - sec */
82 __fs32 vdi_autime; /* Last time accessed - usec */
137 __u32 vii_atime; /* Last time accessed - sec */
138 __u32 vii_autime; /* Last time accessed - usec */
/openbmc/linux/arch/alpha/lib/
H A Dmemchr.S22 - memory accessed as aligned quadwords only
31 - only minimum number of quadwords may be accessed
120 # Make $18 point to last quad to be accessed (the
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
H A Dev6-memchr.S9 * - memory accessed as aligned quadwords only
18 * - only minimum number of quadwords may be accessed
139 # Make $18 point to last quad to be accessed (the
145 # At least two quads remain to be accessed.
150 # At least three quads remain to be accessed
/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c136 * hw - Struct containing variables accessed by shared code
169 * hw - Struct containing variables accessed by shared code
197 * hw - Struct containing variables accessed by shared code
230 * hw - Struct containing variables accessed by shared code
281 * hw - Struct containing variables accessed by shared code
370 * hw - Struct containing variables accessed by shared code
499 * hw - Struct containing variables accessed by shared code
554 * hw - Struct containing variables accessed by shared code
579 * hw - Struct containing variables accessed by shared code
/openbmc/openpower-hw-diags/test/
H A Dsim-hw-access.hpp42 * @brief Stores a SCOM register value, which can be accessed later in test.
56 * an error when accessed. This is useful for error path testing.
132 * @brief Stores a CFAM register value, which can be accessed later in test.
146 * an error when accessed. This is useful for error path testing.
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A Ddata-structure-v9.rst30 In this table, horizontally, devices can be accessed from resources by their
31 volume number. Likewise, peer_devices can be accessed from connections by
37 devices can be accessed by their minor device number via the drbd_devices idr.
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dptrace.h21 * It can be accessed through PTRACE_PEEKUSR/PTRACE_POKEUSR only.
48 * It can be accessed through PTRACE_GETREGSET with NT_PRSTATUS
73 * It can be accessed through PTRACE_GETREGSET with NT_PRFPREG
/openbmc/linux/Documentation/mm/damon/
H A Ddesign.rst74 mapped to the physical memory and accessed. Thus, tracking the unmapped
99 PTE Accessed-bit Based Access Check
103 Accessed-bit for basic access checks. Only one difference is the way of
104 finding the relevant PTE Accessed bit(s) from the address. While the
110 subsystems using the Accessed bits, namely Idle page tracking and the reclaim
133 The output of DAMON says what pages are how frequently accessed for a given
144 if accessed(page):
165 ``sampling interval``, checks whether the page is accessed meanwhile, and
229 paging out memory regions that are not accessed for more than two minutes
327 rarely accessed (colder) memory regions would be prioritized for page-out
/openbmc/linux/Documentation/dev-tools/
H A Dkasan.rst241 where the accessed memory was allocated (in case a slab object was accessed),
243 bug report). Next comes a description of the accessed slab object and the
244 information about the accessed memory page.
246 In the end, the report shows the memory state around the accessed address.
250 granules that surround the accessed address.
263 that the accessed address is partially accessible.
266 the accessed address (see the `Implementation details`_ section).
332 that is being accessed is equal to the tag of the pointer that is used to access
360 access, hardware makes sure that the tag of the memory that is being accessed is
386 accessed by the kernel. Therefore, KASAN only maps real shadow for certain
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Ddemux.rst14 It can be accessed through ``/dev/adapter?/demux?``. Data types and
15 ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in
H A Dca.rst10 can be accessed through ``/dev/dvb/adapter?/ca?``. Data types and ioctl
11 definitions can be accessed by including ``linux/dvb/ca.h`` in your
/openbmc/linux/Documentation/devicetree/bindings/fsi/
H A Dibm,p9-occ.txt4 This is the binding for the P9 or P10 On-Chip Controller accessed over FSI from
6 nodes. The OCC is not an FSI slave device itself, rather it is accessed
/openbmc/linux/tools/include/uapi/linux/
H A Dfadvise.h16 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
19 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
/openbmc/linux/include/uapi/linux/
H A Dfadvise.h16 #define POSIX_FADV_NOREUSE 7 /* Data will be accessed once. */
19 #define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */

12345678910>>...72