Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.cc1933 if (jp->pc >= mem_end) in check_mem_read()
1941 if (end > mem_end) in check_mem_read()
1942 end = mem_end; in check_mem_read()
1968 if (bp->pc >= mem_end) in check_mem_read()
1976 if (end > mem_end) in check_mem_read()
1977 end = mem_end; in check_mem_read()
2021 if (jp->pc >= mem_end) in check_mem_write()
2029 if (end > mem_end) in check_mem_write()
2030 end = mem_end; in check_mem_write()
2065 if (end > mem_end) in check_mem_write()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.cc1933 if (jp->pc >= mem_end) in check_mem_read()
1941 if (end > mem_end) in check_mem_read()
1942 end = mem_end; in check_mem_read()
1968 if (bp->pc >= mem_end) in check_mem_read()
1976 if (end > mem_end) in check_mem_read()
1977 end = mem_end; in check_mem_read()
2021 if (jp->pc >= mem_end) in check_mem_write()
2029 if (end > mem_end) in check_mem_write()
2030 end = mem_end; in check_mem_write()
2065 if (end > mem_end) in check_mem_write()
[all …]
/netbsd/sys/compat/linux32/common/
H A Dlinux32_sockio.h36 netbsd32_u_long mem_end; member
/netbsd/sys/arch/amiga/dev/
H A Dif_ed_zbus.c255 if (src + amount > sc->mem_end) { in ed_zbus_ring_copy()
256 tmp_amount = sc->mem_end - src; in ed_zbus_ring_copy()
/netbsd/sys/compat/linux/common/
H A Dlinux_sockio.h56 unsigned long mem_end; member
/netbsd/sys/dev/ic/
H A Dmx98905.c302 if (src + amount > sc->mem_end) { in mx98905_ring_copy()
303 tmp_amount = sc->mem_end - src; in mx98905_ring_copy()
H A Ddp8390var.h54 int mem_end; /* offset of NIC memory end */ member
H A Dwe.c453 if (src + amount > sc->mem_end) { in we_ring_copy()
454 tmp_amount = sc->mem_end - src; in we_ring_copy()
H A Ddp8390.c112 sc->mem_end = sc->mem_start + sc->mem_size; in dp8390_config()
1124 if (src + amount > sc->mem_end) { in dp8390_ring_copy()
1125 tmp_amount = sc->mem_end - src; in dp8390_ring_copy()
H A Dne2000.c736 if (src + amount > sc->mem_end) { in ne2000_ring_copy()
737 tmp_amount = sc->mem_end - src; in ne2000_ring_copy()
/netbsd/external/gpl3/gdb/dist/sim/sh/
H A Dinterp.c701 saved_state.asregs.insn_end = mem_end; \
1474 unsigned char *mem_end, int maskw, int endianw) in get_loop_bounds_ext() argument
1482 if (loop.end >= mem_end) in get_loop_bounds_ext()
1488 get_loop_bounds (int rs, int re, unsigned char *memory, unsigned char *mem_end, in get_loop_bounds() argument
1515 if (loop.end >= mem_end) in get_loop_bounds()
1733 unsigned char *mem_end; in sim_resume() local
1774 mem_end = memory + saved_state.asregs.msize; in sim_resume()
1777 loop = get_loop_bounds_ext (RS, RE, memory, mem_end, maskw, endianw); in sim_resume()
1779 loop = get_loop_bounds (RS, RE, memory, mem_end, maskw, endianw); in sim_resume()
1871 saved_state.asregs.insn_end = mem_end; in sim_resume()
/netbsd/external/gpl3/gdb.old/dist/sim/sh/
H A Dinterp.c701 saved_state.asregs.insn_end = mem_end; \
1474 unsigned char *mem_end, int maskw, int endianw) in get_loop_bounds_ext() argument
1482 if (loop.end >= mem_end) in get_loop_bounds_ext()
1488 get_loop_bounds (int rs, int re, unsigned char *memory, unsigned char *mem_end, in get_loop_bounds() argument
1515 if (loop.end >= mem_end) in get_loop_bounds()
1733 unsigned char *mem_end; in sim_resume() local
1774 mem_end = memory + saved_state.asregs.msize; in sim_resume()
1777 loop = get_loop_bounds_ext (RS, RE, memory, mem_end, maskw, endianw); in sim_resume()
1779 loop = get_loop_bounds (RS, RE, memory, mem_end, maskw, endianw); in sim_resume()
1871 saved_state.asregs.insn_end = mem_end; in sim_resume()
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-dos.h149 DWORD mem_end; /* shared mem end */ member
/netbsd/sys/dev/isa/
H A Dif_ec.c691 if (src + amount > sc->mem_end) { in ec_ring_copy()
692 tmp_amount = sc->mem_end - src; in ec_ring_copy()
/netbsd/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_kms.c67 qdev->ram_header->mem_slot.mem_end = slot->start_phys_addr + slot->size; in setup_hw_slot()
H A Dqxl_dev.h309 uint64_t mem_end; member
/netbsd/sys/arch/evbarm/fdt/
H A Dfdt_machdep.c221 fdt_build_bootconfig(uint64_t mem_start, uint64_t mem_end) in fdt_build_bootconfig() argument
/netbsd/sys/arch/acorn32/podulebus/
H A Dif_ne_pbus.c520 dsc->mem_end = EH600_MEM_END; in eh600_postattach()