Searched refs:bs_size (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/mipsco/mipsco/
H A Dbus_space.c49 bst->bs_size = size;
148 if (addr < bst->bs_start || addr + size > bst->bs_start + bst->bs_size)
177 (addr + off) >= (bst->bs_start + bst->bs_size))
/netbsd-current/sys/arch/arc/arc/
H A Dbus_space.c320 bst->bs_size = size;
359 error = vmem_add(bst->bs_arena, bst->bs_start, bst->bs_size,
452 if (addr < bst->bs_start || addr + size > bst->bs_start + bst->bs_size)
505 (addr + off) >= (bst->bs_start + bst->bs_size))
524 start + size > bst->bs_start + bst->bs_size)
/netbsd-current/sys/arch/arc/include/
H A Dbus_defs.h123 bus_size_t bs_size; member in struct:arc_bus_space
/netbsd-current/sys/arch/mipsco/include/
H A Dbus.h120 bus_size_t bs_size; member in struct:mipsco_bus_space
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c3289 int bs_size)
3330 if (bs_size > 0)
3511 int bs_size = BACKING_STORE_SIZE (current_frame_info.n_input_regs
3519 bs_size);
3520 else if (size + bs_size > get_stack_check_protect ()) local
3522 0, bs_size);
3524 else if (size + bs_size > 0)
3525 ia64_emit_probe_stack_range (get_stack_check_protect (), size, bs_size);
3283 ia64_emit_probe_stack_range(HOST_WIDE_INT first, HOST_WIDE_INT size, int bs_size) argument
3506 int bs_size = BACKING_STORE_SIZE (current_frame_info.n_input_regs local
3514 bs_size); local
3517 0, bs_size); local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc3289 int bs_size)
3330 if (bs_size > 0)
3511 int bs_size = BACKING_STORE_SIZE (current_frame_info.n_input_regs
3519 bs_size);
3520 else if (size + bs_size > get_stack_check_protect ()) local
3522 0, bs_size);
3524 else if (size + bs_size > 0)
3525 ia64_emit_probe_stack_range (get_stack_check_protect (), size, bs_size);
3283 ia64_emit_probe_stack_range(HOST_WIDE_INT first, HOST_WIDE_INT size, int bs_size) argument
3506 int bs_size = BACKING_STORE_SIZE (current_frame_info.n_input_regs local
3514 bs_size); local
3517 0, bs_size); local

Completed in 257 milliseconds