HomeSort by: relevance | last modified time | path
    Searched refs:accessed (Results 1 - 21 of 21) sorted by relevancy

  /src/usr.bin/make/unit-tests/
counter-append.mk 4 # is actually accessed, using the ::+= variable modifier.
7 # 6 words, even though the NEXT variable was only accessed 3 times.
counter.mk 4 # is actually accessed, using the ::= variable modifier.
7 # 4 words, even though the NEXT variable was only accessed 3 times.
dollar.mk 22 # These variable values are not accessed.
27 # But this one is accessed.
modmisc.mk 48 # contain a single empty word. This word can be accessed by the :S and :C
vardebug.mk 67 # accessed, it is initialized in the command line scope (during VarFind),
directive-export.mk 14 # it accessed out-of-bounds memory via Var_Export -> ExportVar -> MayExport.
varname.mk 67 # other can be accessed. In this case, the shorter variable name is defined
78 # other can be accessed. In this case, the longer variable name is defined
varmod-loop-varname.mk 47 # the variable value cannot be accessed since the empty "variable"
directive-for.mk 51 # In the body of the .for loop, the iteration variables can be accessed
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
armada-38x-solidrun-microsom.dtsi 57 * Add the phy clock here, so the phy can be accessed to read its
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_gem.h 434 bool dirty, bool accessed);
  /src/sys/arch/sandpoint/
README 60 error if accessed--cf 5.7.2)
  /src/sys/external/bsd/drm2/dist/drm/
drm_gem.c 697 * @accessed: if true, the pages will be marked as accessed
702 bool accessed __unused /* XXX */)
719 bool dirty, bool accessed)
744 if (accessed)
  /src/sys/arch/x86/x86/
pmap.c 3144 * track the accessed/dirty bits.
5089 * our picture of modified/accessed state for either page could get
5410 * our picture of modified/accessed state for either page could get
6095 #define EPT_A __BIT(8) /* accessed */
6296 bool accessed; local in function:pmap_ept_enter
6361 * our picture of modified/accessed state for either page could get
6489 accessed = (~opte & (EPT_R | EPT_A)) == 0;
6491 accessed = (opte & EPT_R) != 0;
6493 if (accessed && ((opte ^ npte) & (PTE_FRAME | EPT_W)) != 0) {
6576 bool accessed; local in function:pmap_ept_remove_pte
    [all...]
  /src/usr.bin/xlint/lint1/
README.md 108 Each node has an operator that defines which other members may be accessed.
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 76 # This is the library version which is accessed as a subroutine #
493 # This is the library version which is accessed as a subroutine #
772 # This is the library version which is accessed as a subroutine #
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra194.dtsi 420 * is accessed. This is used to transparently access
  /src/sys/arch/mips/mips/
mipsX_subr.S 2723 * - LP64 - USPACE is always accessed directly via XKPHYS
  /src/sys/arch/sparc64/sparc64/
locore.s 2681 or %g4, SUN4U_TTE_ACCESS, %g7 ! Update accessed bit
2688 or %g4, SUN4U_TTE_ACCESS, %g4 ! Update accessed bit
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 3334 // symbol accessed by strtoll on our own.
  /src/sys/external/isc/libsodium/dist/m4/
libtool.m4 3911 # Regexp to match symbols that can be accessed directly from C.

Completed in 43 milliseconds