Searched refs:spill_size (Results 1 – 4 of 4) sorted by relevance
132 HOST_WIDE_INT spill_size; /* size of the gr/br/fr spill area. */ member1975 + current_frame_info.spill_size); in ia64_reload_gp()2323 HOST_WIDE_INT spill_size = 0; in ia64_compute_frame_size() local2402 spill_size += 16; in ia64_compute_frame_size()2411 spill_size += 8; in ia64_compute_frame_size()2420 spill_size += 8; in ia64_compute_frame_size()2471 spill_size += 8; in ia64_compute_frame_size()2539 current_frame_info.reg_save_ar_unat = find_gr_spill (spill_size == 0); in ia64_compute_frame_size()2550 current_frame_info.reg_save_ar_lc = find_gr_spill (spill_size == 0); in ia64_compute_frame_size()2566 total_size = (spill_size + extra_spill_size + size + pretend_args_size in ia64_compute_frame_size()[all …]
1079 uint32_t spill_size; in nlna_config_spill() local1081 spill_size = size; in nlna_config_spill()1082 spill = contigmalloc((spill_size + XLR_CACHELINE_SIZE), M_DEVBUF, in nlna_config_spill()1091 NLGE_WRITE(base, reg_size, spill_size); in nlna_config_spill()
2396 uint32_t spill_size = size; in rmi_xlr_config_spill() local2401 spill = contigmalloc((spill_size + XLR_CACHELINE_SIZE), M_DEVBUF, in rmi_xlr_config_spill()2410 xlr_write_reg(mmio, reg_size, spill_size); in rmi_xlr_config_spill()
2031 save of BR0 in extra_spill_size instead of spill_size.