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

  /src/usr.bin/make/unit-tests/
depsrc-usebefore-double-colon.exp 1 double-colon early 1
varparse-undef-partial.mk 54 # expression is expanded early, or whether the whole ${COPTS.${COMPILER}} is
59 # TODO: Add a practical example where early/lazy expansion actually makes a
directive-for-break.mk 7 # .break terminates the loop early.
recursive.mk 7 # The purpose of evaluating that variable early was just to detect
cmdline.mk 29 # Since the .OBJDIR=MAKEOBJDIR assignment happens very early,
opt-debug-lint.mk 97 # This only happened in lint mode since in default mode the early check for
var-op-assign.mk 24 # early stage of parsing and applies to all line types, except for the
cond-token-plain.mk 14 # condition since comment parsing is done in an early phase and removes the
33 # in a very early parsing phase.
varmod-ifelse.mk 35 # Because of the early expansion, the whole condition evaluates to
267 # from its value, it is evaluated early. It is possible though to construct
varmod-indirect.mk 116 # otherwise they would be expanded too early, that is, when parsing the
  /src/sys/modules/arch/
compatsubdir.mk 10 # make sure we get an objdir built early enough
  /src/sys/arch/x86/x86/
patch.c 296 x86_patch(bool early)
300 if (early) {
310 if (!early && ncpu == 1) {
321 * Patch early and late. Second time around the 'lock' prefix
329 if (!early && (cpu_feature[0] & CPUID_CX8) != 0) {
355 if (!early && cpu_feature[5] & CPUID_SEF_SMAP) {
  /src/compat/
compatsubdir.mk 12 # make sure we get an objdir built early enough
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ring.c 450 uint32_t value, result, early[3]; local
458 early[0] = amdgpu_ring_get_rptr(ring) & ring->buf_mask;
459 early[1] = amdgpu_ring_get_wptr(ring) & ring->buf_mask;
460 early[2] = ring->wptr & ring->buf_mask;
462 r = put_user(early[i], (uint32_t *)buf);
  /src/sys/kern/
kern_sleepq.c 339 * sleepq_block() may return early under exceptional conditions, for
351 bool early = false; local
368 early = true;
370 early = true;
375 if (early) {
  /src/sys/external/isc/libsodium/dist/builds/msvc/build/
buildbase.bat 63 ECHO *** ERROR, build terminated early, see: %log%
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
Makefile 16 dtb-$(CONFIG_ARCH_SUNXI) += sun50i-a64-pinetab-early-adopter.dtb
  /src/sys/arch/ia64/stand/common/
help.common 182 Enables multiple console support in the kernel early on boot.
  /src/sys/arch/mips/mips/
locore.S 453 REG_L ra, CALLFRAME_RA(sp) # load early since we use it
  /src/share/mk/
bsd.prog.mk 510 # be too early to expand OBJS and would be missing dependencies
  /src/sys/arch/vax/vax/
emulate.S 987 decl %r3 # move to next nibble early to check

Completed in 40 milliseconds