HomeSort by: relevance | last modified time | path
    Searched defs:bs_size (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arc/include/
bus_defs.h 123 bus_size_t bs_size; member in struct:arc_bus_space
  /src/sys/arch/mipsco/include/
bus.h 120 bus_size_t bs_size; member in struct:mipsco_bus_space
  /src/external/gpl3/gcc/dist/gcc/config/ia64/
ia64.cc 3294 inclusive. These are offsets from the current stack pointer. BS_SIZE
3299 int bs_size)
3340 if (bs_size > 0)
3521 int bs_size = BACKING_STORE_SIZE (current_frame_info.n_input_regs
3529 bs_size);
3530 else if (size + bs_size > get_stack_check_protect ()) local
3532 0, bs_size);
3534 else if (size + bs_size > 0)
3535 ia64_emit_probe_stack_range (get_stack_check_protect (), size, bs_size);
3516 int bs_size = BACKING_STORE_SIZE (current_frame_info.n_input_regs local
3524 bs_size); local
3527 0, bs_size); local
  /src/external/gpl3/gcc.old/dist/gcc/config/ia64/
ia64.cc 3284 inclusive. These are offsets from the current stack pointer. BS_SIZE
3289 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);
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 39 milliseconds