Home
last modified time | relevance | path

Searched refs:fstart (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dblockframe.c102 CORE_ADDR fstart = SYMBOL_VALUE_ADDRESS (msymbol); in get_pc_function_start() local
104 if (find_pc_section (fstart)) in get_pc_function_start()
105 return fstart; in get_pc_function_start()
/openbsd-src/sys/uvm/
H A Duvm_pmemrange.c860 paddr_t fstart, fend; /* Pages to be taken from found. */ in uvm_pmr_getpages()
1060 fstart = atop(VM_PAGE_TO_PHYS(found)); in uvm_pmr_getpages()
1062 fstart = MAX(start, fstart); in uvm_pmr_getpages()
1079 fstart = PMR_ALIGN(fstart, align); in uvm_pmr_getpages()
1085 MIN(fend, PMR_ALIGN(fstart + 1, boundary)); in uvm_pmr_getpages()
1087 if (fstart >= fend) in uvm_pmr_getpages()
1089 if (fend - fstart > count - fcount) in uvm_pmr_getpages()
1090 fend = fstart in uvm_pmr_getpages()
854 paddr_t fstart, fend; /* Pages to be taken from found. */ uvm_pmr_getpages() local
[all...]
/openbsd-src/lib/libcurses/tinfo/
H A Dlib_win32con.c602 tdiff(FILETIME fstart, FILETIME fend) in tdiff() argument
608 ustart.LowPart = fstart.dwLowDateTime; in tdiff()
609 ustart.HighPart = fstart.dwHighDateTime; in tdiff()
842 FILETIME fstart; in _nc_console_twait() local
867 GetSystemTimeAsFileTime(&fstart); in _nc_console_twait()
870 diff = (int) tdiff(fstart, fend); in _nc_console_twait()
/openbsd-src/sys/ddb/
H A Ddb_ctf.c143 uint16_t *fstart, *fend; in db_ctf_func_numargs() local
150 fstart = (uint16_t *)(db_ctf.data + db_ctf.cth->cth_funcoff); in db_ctf_func_numargs()
153 fsp = fstart; in db_ctf_func_numargs()
/openbsd-src/usr.bin/ctfdump/
H A Dctfdump.c389 uint16_t *fstart, *fend; in ctf_dump() local
394 fstart = (uint16_t *)(data + cth.cth_funcoff); in ctf_dump()
397 fsp = fstart; in ctf_dump()
/openbsd-src/sys/dev/pci/drm/i915/gt/
H A Dintel_rps.c281 u8 fmax, fmin, fstart; in gen5_rps_init() local
305 fstart = (rgvmodectl & MEMMODE_FSTART_MASK) >> in gen5_rps_init()
308 fmax, fmin, fstart); in gen5_rps_init()
311 rps->efficient_freq = fstart; in gen5_rps_init()
555 u8 fstart, vstart; in gen5_rps_enable() local
579 fstart = (rgvmodectl & MEMMODE_FSTART_MASK) >> in gen5_rps_enable()
582 vstart = (intel_uncore_read(uncore, PXVFREQ(fstart)) & in gen5_rps_enable()
H A Dintel_gt_regs.h1261 #define PXVFREQ(fstart) _MMIO(0x11110 + (fstart) * 4) /* P[0-15]VIDFREQ (0x1114c) (Ironlake) */ argument
/openbsd-src/lib/libpcap/
H A Doptimize.c1862 static struct bpf_insn *fstart; variable
1898 p->offset = dst - fstart; in convert_code_r()
1985 bids[dst - fstart] = p->id + 1; in convert_code_r()
2051 fstart = fp; in icode_to_fcode()