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

  /src/usr.bin/make/unit-tests/
varname-make_stack_trace.mk 4 # to print inter-process stack traces that are useful to narrow down where an
7 # While inter-process stack traces are useful to narrow down errors, they are
  /src/sys/uvm/
uvm_fault.c 727 * note that narrow is used by uvm_fault_check() to change
738 bool narrow; /* work on a single requested page only */ member in struct:uvm_faultctx
841 .narrow = (fault_flag & UVM_FAULT_WIRE) != 0,
1033 flt->narrow = true;
1105 /* wide fault (!narrow) */
1106 flt->narrow = true;
1113 * ReFault we will disable this by setting "narrow" to true.
1116 if (flt->narrow == false) {
1118 /* wide fault (!narrow) */
1134 flt->narrow = true; /* ensure only once per-fault *
    [all...]
  /src/sys/arch/hppa/stand/xxboot/
start.S 281 ; check if narrow or wide mode
286 ; narrow mode
438 ; check if narrow or wide mode
636 retbuf: .block 32*8 ; *4 for narrow mode / *8 for wide mode
  /src/sys/stand/efiboot/bootarm/
cache.S 104 ubfx ip, r0, #24, #3 @ narrow to LoC
  /src/sys/external/bsd/drm2/dist/drm/
drm_vblank.c 1645 * \param narrow 32-bit value (missing upper 32 bits)
1649 * 'narrow' and constructing the upper 32-bits so that the result is
1653 static u64 widen_32_to_64(u32 narrow, u64 near)
1655 return near + (s32) (narrow - near);

Completed in 14 milliseconds