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

/freebsd-current/contrib/bmake/unit-tests/
H A Dcounter.mk4 # is actually accessed, using the ::= variable modifier.
7 # 4 words, even though the NEXT variable was only accessed 3 times.
H A Dcounter-append.mk4 # is actually accessed, using the ::+= variable modifier.
7 # 6 words, even though the NEXT variable was only accessed 3 times.
H A Ddollar.mk22 # These variable values are not accessed.
27 # But this one is accessed.
H A Dvarname.mk68 # other can be accessed. In this case, the shorter variable name is defined
79 # other can be accessed. In this case, the longer variable name is defined
H A Dmodmisc.mk48 # contain a single empty word. This word can be accessed by the :S and :C
H A Dvar-recursive.mk49 # If a recursive variable is accessed in a command of a target, the makefiles
H A Ddirective-export.mk14 # it accessed out-of-bounds memory via Var_Export -> ExportVar -> MayExport.
H A Dvardebug.mk77 # accessed, it is initialized in the command line scope (during VarFind),
H A Dvarmod-loop-varname.mk48 # the variable value cannot be accessed since the empty "variable"
H A Ddirective-for.mk51 # In the body of the .for loop, the iteration variables can be accessed
/freebsd-current/tools/test/stress2/misc/
H A Dmmap28.sh105 Truncating the mapped file triggers a panic when accessed beyond
/freebsd-current/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S864 @ only accessed if the personality routine needs these registers. Use of
/freebsd-current/sys/riscv/riscv/
H A Dpmap.c4062 pmap_page_test_mappings(vm_page_t m, bool accessed, bool modified) argument
4076 if (accessed)
4416 * doing accessed bit emulation for
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c2629 * accessed (referenced) bits
3739 pmap_page_test_mappings(vm_page_t m, bool accessed, bool modified) argument
3769 if (accessed)
3796 if (accessed)
4936 * mapping was never accessed or the allocation of the new
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c6050 * mapping was never accessed.
6917 * page in [S, E) is not the last to be rewritten, or simply accessed.
8168 * have their accessed bit set, so we clear
8219 * Clear the wired, modified, and accessed
8701 pmap_page_test_mappings(vm_page_t m, bool accessed, bool modified) argument
8735 if (accessed) {
8768 if (accessed) {
9122 * doing accessed bit emulation for
9176 * the modified and accessed bits below. Since this function is
10381 * Set the modified and accessed bit
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c3826 * Hardware accessed and dirty bit maintenance might only update a
3827 * single L3 entry, so we must combine the accessed and dirty bits
4433 * The L3 entry's accessed bit may have changed.
4732 * page in [S, E) is not the last to be rewritten, or simply accessed.
4837 * except for the accessed flag.
5098 * set later when the page is accessed. The fault handler is
6236 * Clear the wired and accessed bits. However, leave the dirty bit
6355 * have their accessed bit set, so we clear
6412 * accessed bits from the destination PTE.
6904 * This is used to check if a page has been accessed o
6909 pmap_page_test_mappings(vm_page_t m, bool accessed, bool modified) argument
[all...]
/freebsd-current/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl1659 ! b[4] is accessed as 4-0-12-8-20-16-28-24. And prior reduction we
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3544 // symbol accessed by strtoll on our own.

Completed in 408 milliseconds