Home
last modified time | relevance | path

Searched refs:accessed (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/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 in damon_pa_young()
[all...]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/mips/net/
H A Dbpf_jit_comp.h82 u32 accessed; /* Bit mask of read eBPF registers */ member
124 * Mark a BPF register as accessed, it needs to be
129 ctx->accessed |= BIT(reg); in access_reg()
H A Dbpf_jit_comp64.c464 /* Re-initialize the JIT zero-extension register if accessed */ in emit_call()
465 if (ctx->accessed & BIT(JIT_REG_ZX)) { in emit_call()
572 * accessed they must be preserved. Mark them as clobbered here in build_prologue()
575 if (ctx->accessed & BIT(BPF_REG_FP)) in build_prologue()
577 if (ctx->accessed & BIT(JIT_REG_TC)) in build_prologue()
579 if (ctx->accessed & BIT(JIT_REG_ZX)) in build_prologue()
604 /* Initialize the eBPF frame pointer if accessed */ in build_prologue()
605 if (ctx->accessed & BIT(BPF_REG_FP)) in build_prologue()
608 /* Initialize the ePF JIT zero-extension register if accessed */ in build_prologue()
609 if (ctx->accessed in build_prologue()
[all...]
H A Dbpf_jit_comp32.c1409 /* If the eBPF frame pointer was accessed it must be saved */ in build_prologue()
1410 if (ctx->accessed & BIT(BPF_REG_FP)) in build_prologue()
1435 /* Initialize the eBPF frame pointer if accessed */ in build_prologue()
1436 if (ctx->accessed & BIT(BPF_REG_FP)) in build_prologue()
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S309 ; Get the PTE corresponding to V-addr accessed, r2 is setup with EFA
322 ; Let Linux VM know that the page was accessed
343 ; Get the PTE corresponding to V-addr accessed
371 ; UPDATE_PTE: Let Linux VM know that page was accessed/dirty
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_gem.h400 bool dirty, bool accessed);
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c31 uint64_t accessed:1; member
442 * For now mark these as accessed and dirty because the only in __nested_pg_map()
445 pte->accessed = true; in __nested_pg_map()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_gem.h519 bool dirty, bool accessed);
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A Dprocessor.c34 uint64_t accessed:1; member
49 uint64_t accessed:1; member
64 uint64_t accessed:1; member
79 uint64_t accessed:1; member
H A Dvmx.c30 uint64_t accessed:1; member
472 * For now mark these as accessed and dirty because the only in nested_pg_map()
475 pte[index[0]].accessed = true; in nested_pg_map()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-bufio.c146 unsigned accessed; member
345 b->accessed = 1; in adjust_total_allocated()
540 b->accessed = 1; in __relink_lru()
1967 if (b->accessed) { in do_global_cleanup()
1968 b->accessed = 0; in do_global_cleanup()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_gem.c606 * @accessed: if true, the pages will be marked as accessed
609 bool dirty, bool accessed) in drm_gem_put_pages()
634 if (accessed) in drm_gem_put_pages()
608 drm_gem_put_pages(struct drm_gem_object *obj, struct page **pages, bool dirty, bool accessed) drm_gem_put_pages() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_gem.c610 * @accessed: if true, the pages will be marked as accessed
613 bool dirty, bool accessed) in drm_gem_put_pages()
641 if (accessed) in drm_gem_put_pages()
612 drm_gem_put_pages(struct drm_gem_object *obj, struct page **pages, bool dirty, bool accessed) drm_gem_put_pages() argument
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dilsp.S66 # This is the library version which is accessed as a subroutine #
483 # This is the library version which is accessed as a subroutine #
762 # This is the library version which is accessed as a subroutine #
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dilsp.S66 # This is the library version which is accessed as a subroutine #
483 # This is the library version which is accessed as a subroutine #
762 # This is the library version which is accessed as a subroutine #
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent_io.c3414 struct page *accessed) in mark_extent_buffer_accessed()
3424 if (p != accessed) in mark_extent_buffer_accessed()
3413 mark_extent_buffer_accessed(struct extent_buffer *eb, struct page *accessed) mark_extent_buffer_accessed() argument
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha512-avx2-asm.S71 # 1st arg is %rdi, which is saved to the stack and accessed later via %r12
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dsha512-avx2-asm.S72 # 1st arg is %rdi, which is saved to the stack and accessed later via %r12
/kernel/linux/linux-5.10/fs/btrfs/
H A Dextent_io.c5096 struct page *accessed) in mark_extent_buffer_accessed()
5106 if (p != accessed) in mark_extent_buffer_accessed()
5095 mark_extent_buffer_accessed(struct extent_buffer *eb, struct page *accessed) mark_extent_buffer_accessed() argument

Completed in 38 milliseconds