Home
last modified time | relevance | path

Searched refs:mem_end (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/gdb/gdb/gdbserver/
HDmem-break.c216 CORE_ADDR mem_end = mem_addr + mem_len; in check_mem_read() local
226 if (bp->pc >= mem_end) in check_mem_read()
234 if (end > mem_end) in check_mem_read()
235 end = mem_end; in check_mem_read()
249 CORE_ADDR mem_end = mem_addr + mem_len; in check_mem_write() local
259 if (bp->pc >= mem_end) in check_mem_write()
267 if (end > mem_end) in check_mem_write()
268 end = mem_end; in check_mem_write()
/NextBSD/sys/dev/ed/
HDif_ed_novell.c184 sc->mem_end = sc->mem_start + memsize; in ed_probe_Novell_generic()
294 sc->mem_end = msize + mstart; in ed_probe_gwether()
HDif_ed_sic.c137 sc->mem_end = sc->mem_start + sc->mem_size; in ed_probe_SIC()
HDif_ed_pccard.c703 sc->mem_end = sc->mem_start + memsize; in ed_pccard_dl100xx()
712 ed_nic_outb(sc, ED_P0_PSTOP, sc->mem_end / ED_PAGE_SIZE); in ed_pccard_dl100xx()
850 sc->mem_end = sc->mem_start + memsize; in ed_probe_ax88x90_generic()
862 ed_nic_outb(sc, ED_P0_PSTOP, sc->mem_end / ED_PAGE_SIZE); in ed_probe_ax88x90_generic()
HDif_ed_3c503.c265 sc->mem_end = sc->mem_start + memsize; in ed_probe_3Com()
HDif_ed_cbus.c880 sc->mem_end = sc->mem_start + sc->mem_size; in ed_probe_SIC98()
1094 sc->mem_end = sc->mem_start + sc->mem_size; in ed_probe_CNET98()
1592 sc->mem_end = sc->mem_start + memsize; in ed_pio_testmem()
HDif_edvar.h95 bus_size_t mem_end; /* NIC memory end address */ member
HDif_ed_wd80x3.c361 sc->mem_end = sc->mem_start + memsize; in ed_probe_WD80x3_generic()
HDif_ed_hpp.c307 sc->mem_end = sc->mem_start + sc->mem_size; in ed_probe_HP_pclanp()
HDif_ed.c1291 if (src + amount > sc->mem_end) { in ed_ring_copy()
1292 tmp_amount = sc->mem_end - src; in ed_ring_copy()
/NextBSD/contrib/libpcap/
HDpcap-dos.h147 DWORD mem_end; /* shared mem end */ member
/NextBSD/sys/amd64/linux/
HDlinux.h452 l_ulong mem_end; member
/NextBSD/sys/i386/linux/
HDlinux.h509 l_ulong mem_end; member
/NextBSD/sys/amd64/linux32/
HDlinux.h530 l_ulong mem_end; member