| /src/sys/compat/linux32/common/ |
| linux32_sockio.h | 36 netbsd32_u_long mem_end; member in struct:linux32_ifmap
|
| /src/sys/compat/linux/common/ |
| linux_sockio.h | 56 unsigned long mem_end; member in struct:linux_ifmap
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| mem-break.cc | 1834 CORE_ADDR mem_end = mem_addr + mem_len; local 1848 if (jp->pc >= mem_end) 1856 if (end > mem_end) 1857 end = mem_end; 1883 if (bp->pc >= mem_end) 1891 if (end > mem_end) 1892 end = mem_end; 1918 CORE_ADDR mem_end = mem_addr + mem_len; local 1936 if (jp->pc >= mem_end) 1944 if (end > mem_end) [all...] |
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| mem-break.cc | 1834 CORE_ADDR mem_end = mem_addr + mem_len; local 1848 if (jp->pc >= mem_end) 1856 if (end > mem_end) 1857 end = mem_end; 1883 if (bp->pc >= mem_end) 1891 if (end > mem_end) 1892 end = mem_end; 1918 CORE_ADDR mem_end = mem_addr + mem_len; local 1936 if (jp->pc >= mem_end) 1944 if (end > mem_end) [all...] |
| /src/sys/dev/ic/ |
| dp8390var.h | 54 int mem_end; /* offset of NIC memory end */ member in struct:dp8390_softc
|
| mx98905.c | 302 if (src + amount > sc->mem_end) { 303 tmp_amount = sc->mem_end - src;
|
| we.c | 453 if (src + amount > sc->mem_end) { 454 tmp_amount = sc->mem_end - src;
|
| dp8390.c | 112 sc->mem_end = sc->mem_start + sc->mem_size; 1126 if (src + amount > sc->mem_end) { 1127 tmp_amount = sc->mem_end - src;
|
| ne2000.c | 736 if (src + amount > sc->mem_end) { 737 tmp_amount = sc->mem_end - src;
|
| /src/external/bsd/libpcap/dist/ |
| pcap-dos.h | 149 DWORD mem_end; /* shared mem end */ member in struct:device
|
| /src/sys/arch/amiga/dev/ |
| if_ed_zbus.c | 255 if (src + amount > sc->mem_end) { 256 tmp_amount = sc->mem_end - src;
|
| /src/external/gpl3/gdb/dist/sim/sh/ |
| interp.c | 689 saved_state.asregs.insn_end = mem_end; \ 1443 unsigned char *mem_end, int maskw, int endianw) 1451 if (loop.end >= mem_end) 1457 get_loop_bounds (int rs, int re, unsigned char *memory, unsigned char *mem_end, 1484 if (loop.end >= mem_end) 1696 unsigned char *mem_end; local 1737 mem_end = memory + saved_state.asregs.msize; 1740 loop = get_loop_bounds_ext (RS, RE, memory, mem_end, maskw, endianw); 1742 loop = get_loop_bounds (RS, RE, memory, mem_end, maskw, endianw); 1834 saved_state.asregs.insn_end = mem_end; [all...] |
| /src/external/gpl3/gdb.old/dist/sim/sh/ |
| interp.c | 689 saved_state.asregs.insn_end = mem_end; \ 1443 unsigned char *mem_end, int maskw, int endianw) 1451 if (loop.end >= mem_end) 1457 get_loop_bounds (int rs, int re, unsigned char *memory, unsigned char *mem_end, 1484 if (loop.end >= mem_end) 1696 unsigned char *mem_end; local 1737 mem_end = memory + saved_state.asregs.msize; 1740 loop = get_loop_bounds_ext (RS, RE, memory, mem_end, maskw, endianw); 1742 loop = get_loop_bounds (RS, RE, memory, mem_end, maskw, endianw); 1834 saved_state.asregs.insn_end = mem_end; [all...] |
| /src/sys/dev/isa/ |
| if_ec.c | 691 if (src + amount > sc->mem_end) { 692 tmp_amount = sc->mem_end - src;
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_kms.c | 67 qdev->ram_header->mem_slot.mem_end = slot->start_phys_addr + slot->size;
|
| qxl_dev.h | 309 uint64_t mem_end; member in struct:qxl_mem_slot
|
| /src/sys/arch/acorn32/podulebus/ |
| if_ne_pbus.c | 520 dsc->mem_end = EH600_MEM_END;
|
| /src/sys/arch/evbarm/fdt/ |
| fdt_machdep.c | 228 fdt_build_bootconfig(uint64_t mem_start, uint64_t mem_end)
|