Searched full:accessed (Results 1 – 25 of 2486) sorted by relevance
12345678910>>...100
| /kernel/linux/linux-5.10/Documentation/admin-guide/mm/ |
| D | idle_page_tracking.rst | 11 accessed by a workload and which are idle. This information can be useful for 32 A page is considered idle if it has not been accessed since it was marked idle 33 (for more details on what "accessed" actually means see the :ref:`Implementation 84 considered referenced if it has been recently accessed via a process address 85 space, in which case one or more PTEs it is mapped to will have the Accessed bit 86 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The 96 - a page is accessed by a device driver using get_user_pages() 107 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is 110 as noted above, uses the Accessed bit to promote actively referenced pages, one 111 more page flag is introduced, the Young flag. When the PTE Accessed bit is [all …]
|
| /kernel/linux/linux-4.19/Documentation/admin-guide/mm/ |
| D | idle_page_tracking.rst | 11 accessed by a workload and which are idle. This information can be useful for 32 A page is considered idle if it has not been accessed since it was marked idle 33 (for more details on what "accessed" actually means see the :ref:`Implementation 84 considered referenced if it has been recently accessed via a process address 85 space, in which case one or more PTEs it is mapped to will have the Accessed bit 86 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The 96 - a page is accessed by a device driver using get_user_pages() 107 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is 110 as noted above, uses the Accessed bit to promote actively referenced pages, one 111 more page flag is introduced, the Young flag. When the PTE Accessed bit is [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/vboxvideo/ |
| D | hgsmi_ch_setup.h | 39 /* host->guest commands pending, should be accessed under FIFO lock only */ 41 /* IRQ is fired, should be accessed under VGAState::lock only */ 43 /* vsync interrupt flag, should be accessed under VGAState::lock only */ 45 /** monitor hotplug flag, should be accessed under VGAState::lock only */ 48 * Cursor capability state change flag, should be accessed under 55 * Host flags can be accessed and modified in multiple threads
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/intel/ixgb/ |
| D | ixgb_ee.c | 23 * hw - Struct containing variables accessed by shared code 42 * hw - Struct containing variables accessed by shared code 61 * hw - Struct containing variables accessed by shared code 111 * hw - Struct containing variables accessed by shared code 151 * hw - Struct containing variables accessed by shared code 175 * hw - Struct containing variables accessed by shared code 212 * hw - Struct containing variables accessed by shared code 237 * hw - Struct containing variables accessed by shared code 256 * hw - Struct containing variables accessed by shared code 294 * hw - Struct containing variables accessed by shared code [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgb/ |
| D | ixgb_ee.c | 23 * hw - Struct containing variables accessed by shared code 42 * hw - Struct containing variables accessed by shared code 61 * hw - Struct containing variables accessed by shared code 111 * hw - Struct containing variables accessed by shared code 151 * hw - Struct containing variables accessed by shared code 175 * hw - Struct containing variables accessed by shared code 212 * hw - Struct containing variables accessed by shared code 237 * hw - Struct containing variables accessed by shared code 256 * hw - Struct containing variables accessed by shared code 294 * hw - Struct containing variables accessed by shared code [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| D | image-vars.h | 22 * accessed by the stub, so provide some aliases to make them accessible. 59 * accessed by it, therefore provide aliases to make them linkable. 60 * Do not include symbols which may not be safely accessed under hypervisor 68 /* Global kernel state accessed by nVHE hyp code. */
|
| /kernel/linux/linux-4.19/Documentation/driver-api/ |
| D | edac.rst | 54 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.
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | edac.rst | 54 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.
|
| /kernel/linux/linux-5.10/include/linux/iio/ |
| D | buffer-dma.h | 53 /* May only be accessed by the owner of the block */ 58 * Set during allocation, constant thereafter. May be accessed read-only 66 /* Must not be accessed outside the core. */ 69 * Must not be accessed outside the core. Access needs to hold
|
| /kernel/linux/linux-4.19/include/linux/iio/ |
| D | buffer-dma.h | 54 /* May only be accessed by the owner of the block */ 59 * Set during allocation, constant thereafter. May be accessed read-only 67 /* Must not be accessed outside the core. */ 70 * Must not be accessed outside the core. Access needs to hold
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/ |
| D | e1000_hw.c | 89 * @hw: Struct containing variables accessed by shared code 128 * @hw: Struct containing variables accessed by shared code 222 * @hw: Struct containing variables accessed by shared code 330 * @hw: Struct containing variables accessed by shared code 371 * @hw: Struct containing variables accessed by shared code 516 * @hw: Struct containing variables accessed by shared code 640 * @hw: Struct containing variables accessed by shared code. 677 * @hw: Struct containing variables accessed by shared code 792 * @hw: Struct containing variables accessed by shared code 936 * @hw: Struct containing variables accessed by shared code [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/intel/e1000/ |
| D | e1000_hw.c | 89 * @hw: Struct containing variables accessed by shared code 128 * @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 518 * @hw: Struct containing variables accessed by shared code 642 * @hw: Struct containing variables accessed by shared code. 679 * @hw: Struct containing variables accessed by shared code 794 * @hw: Struct containing variables accessed by shared code 938 * @hw: Struct containing variables accessed by shared code [all …]
|
| /kernel/linux/linux-5.10/Documentation/dev-tools/ |
| D | kasan.rst | 133 access, a stack trace of where the accessed memory was allocated (in case bad 136 the accessed slab object and information about the accessed memory page. 138 In the last section the report shows memory state around the accessed address. 151 the accessed address is partially accessible. 154 accessed address (see Implementation details section). 208 is being accessed is equal to tag of the pointer that is used to access this 227 that all addresses accessed by instrumented code have a valid shadow 232 could be accessed by the kernel.
|
| /kernel/linux/linux-5.10/arch/alpha/lib/ |
| D | memchr.S | 22 - 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
|
| D | ev6-memchr.S | 9 * - 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
|
| /kernel/linux/linux-4.19/arch/alpha/lib/ |
| D | memchr.S | 22 - 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
|
| D | ev6-memchr.S | 9 * - 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
|
| /kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/ |
| D | libtraceevent-file_endian.txt | 7 raw data being accessed by the tep handler. 27 being accessed by the tep handler. The _tep_ argument is trace event parser 31 accessed by the tep handler. The _tep_ argument is trace event parser context.
|
| /kernel/linux/linux-4.19/Documentation/blockdev/drbd/ |
| D | data-structure-v9.txt | 26 In this table, horizontally, devices can be accessed from resources by their 27 volume number. Likewise, peer_devices can be accessed from connections by 33 devices can be accessed by their minor device number via the drbd_devices idr.
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/ |
| D | atl1e_hw.c | 136 * 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
|
| /kernel/linux/linux-4.19/Documentation/virtual/kvm/ |
| D | locking.txt | 96 spte is read-only and the Accessed bit has already been set since the 97 Accessed bit and Dirty bit can not be lost. 104 spte.Accessed = 1 112 if (old_spte.Accessed == 1 && 125 if (old_spte.Accessed == 1)
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/blockdev/drbd/ |
| D | data-structure-v9.rst | 30 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.
|
| /kernel/linux/linux-5.10/arch/parisc/include/uapi/asm/ |
| D | ptrace.h | 21 * 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
|
| /kernel/linux/linux-4.19/arch/parisc/include/uapi/asm/ |
| D | ptrace.h | 21 * 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
|
| /kernel/linux/linux-4.19/Documentation/virtual/kvm/devices/ |
| D | arm-vgic-v3.txt | 74 __u32 value. 64-bit registers must be accessed by separately accessing the 88 differently when accessed via this interface compared to their 93 redistributor is accessed. The mpidr is ignored for the distributor. 135 and ISPENDR registers.) For a level triggered interrupt the value accessed 173 All system regs accessed through this API are (rw, 64-bit) and 180 Error -ENXIO is returned when accessed in AArch32 mode.
|
12345678910>>...100