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

/freebsd-9.3-release/sys/mips/nlm/hal/
H A Dfmn.c149 int nlm_cms_config_onchip_queue (uint64_t base, uint64_t spill_base, argument
159 nlm_cms_alloc_spill_q(base, qid, spill_base, 4);
260 * spill_base - is the 40-bit physical address of spill memory. Must be
265 int nlm_cms_alloc_spill_q(uint64_t base, int qid, uint64_t spill_base, argument
277 spill_start = ((spill_base >> 12) & 0x3F);
280 (((spill_base >> 18) & 0x3FFFFF) << 27) |
342 void nlm_cms_default_setup(int node, uint64_t spill_base, int spill_en, argument
362 nlm_cms_config_onchip_queue(base, spill_base, queue, spill_en);
368 nlm_cms_config_onchip_queue(base, spill_base, queue, spill_en);
374 nlm_cms_config_onchip_queue(base, spill_base, queu
[all...]
H A Dfmn.h248 extern void nlm_cms_default_setup(int node, uint64_t spill_base, int spill_en, int popq_en);
272 extern int nlm_cms_alloc_spill_q(uint64_t base, int qid, uint64_t spill_base,
/freebsd-9.3-release/sys/contrib/ia64/libuwx/src/
H A Duwx_trace.h163 #define TRACE_I_DECODE_PROLOGUE_SPILL_BASE(spill_base) \
165 fprintf(stderr, "uwx_decode_prologue: spill base = %08x\n", (int)(spill_base));
347 #define TRACE_I_DECODE_PROLOGUE_SPILL_BASE(spill_base)
H A Duwx_uinfo.c325 unsigned int spill_base; local
356 spill_base = 0;
588 case 2: /* spill_base */
589 TRACE_I_DECODE_PROLOGUE_1L("(P7) spill_base", b0, parm1)
590 spill_base = 4 * (unsigned int) parm1;
844 fr_base = spill_base + 16 * uwx_count_ones(fr_mem_mask);
847 TRACE_I_DECODE_PROLOGUE_SPILL_BASE(spill_base)
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-ia64.h219 fr_mem, frgr_mem, gr_gr, gr_mem, br_mem, br_gr, spill_base, spill_mask, enumerator in enum:__anon466
H A Dtc-ia64.c1167 case spill_base:
1442 case spill_base:
2193 unw_rec_list *ptr = alloc_record (spill_base);
2621 case spill_base:

Completed in 132 milliseconds