Home
last modified time | relevance | path

Searched refs:slot_index (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_kms.c73 unsigned int slot_index, in setup_slot() argument
80 slot->index = slot_index; in setup_slot()
/netbsd/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_core.c586 int slot_index; in reserve_space() local
609 slot_index = local->slot_queue[ in reserve_space()
613 (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in reserve_space()
640 int slot_index = local->slot_queue[slot_queue_available++ & in process_free_queue() local
648 state->id, slot_index, data, in process_free_queue()
3516 int slot_index; in vchiq_release_message() local
3524 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header); in vchiq_release_message()
3526 if ((slot_index >= remote->slot_first) && in vchiq_release_message()
3527 (slot_index <= remote->slot_last)) { in vchiq_release_message()
3531 SLOT_INFO_FROM_INDEX(state, slot_index); in vchiq_release_message()
[all …]
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dfrv.opc849 int slot_index;
857 slot_index = vliw->next_slot;
858 if (slot_index >= FRV_VLIW_SIZE)
885 if (slot_index <= 0)
905 vliw->major[slot_index] = major;
906 vliw->insn[slot_index] = insn;
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dfrv.opc849 int slot_index;
857 slot_index = vliw->next_slot;
858 if (slot_index >= FRV_VLIW_SIZE)
885 if (slot_index <= 0)
905 vliw->major[slot_index] = major;
906 vliw->insn[slot_index] = insn;
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dfrv.opc849 int slot_index;
857 slot_index = vliw->next_slot;
858 if (slot_index >= FRV_VLIW_SIZE)
885 if (slot_index <= 0)
905 vliw->major[slot_index] = major;
906 vliw->insn[slot_index] = insn;
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dfrv.opc849 int slot_index;
857 slot_index = vliw->next_slot;
858 if (slot_index >= FRV_VLIW_SIZE)
885 if (slot_index <= 0)
905 vliw->major[slot_index] = major;
906 vliw->insn[slot_index] = insn;
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dfrv-opc.c803 int slot_index; in frv_vliw_add_insn() local
811 slot_index = vliw->next_slot; in frv_vliw_add_insn()
812 if (slot_index >= FRV_VLIW_SIZE) in frv_vliw_add_insn()
839 if (slot_index <= 0) in frv_vliw_add_insn()
859 vliw->major[slot_index] = major; in frv_vliw_add_insn()
860 vliw->insn[slot_index] = insn; in frv_vliw_add_insn()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dfrv-opc.c803 int slot_index; in frv_vliw_add_insn() local
811 slot_index = vliw->next_slot; in frv_vliw_add_insn()
812 if (slot_index >= FRV_VLIW_SIZE) in frv_vliw_add_insn()
839 if (slot_index <= 0) in frv_vliw_add_insn()
859 vliw->major[slot_index] = major; in frv_vliw_add_insn()
860 vliw->insn[slot_index] = insn; in frv_vliw_add_insn()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dfrv-opc.c803 int slot_index; in frv_vliw_add_insn() local
811 slot_index = vliw->next_slot; in frv_vliw_add_insn()
812 if (slot_index >= FRV_VLIW_SIZE) in frv_vliw_add_insn()
839 if (slot_index <= 0) in frv_vliw_add_insn()
859 vliw->major[slot_index] = major; in frv_vliw_add_insn()
860 vliw->insn[slot_index] = insn; in frv_vliw_add_insn()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dfrv-opc.c803 int slot_index; in frv_vliw_add_insn() local
811 slot_index = vliw->next_slot; in frv_vliw_add_insn()
812 if (slot_index >= FRV_VLIW_SIZE) in frv_vliw_add_insn()
839 if (slot_index <= 0) in frv_vliw_add_insn()
859 vliw->major[slot_index] = major; in frv_vliw_add_insn()
860 vliw->insn[slot_index] = insn; in frv_vliw_add_insn()
/netbsd/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-20042352 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
2354 (fixup_unw_records): New arg before_relax. Pass to slot_index.
2608 (slot_index): Take .org, .space and .align into account.
H A DChangeLog-2005208 * config/tc-ia64.c (slot_index): Emit an error instead of a warning
1898 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
1914 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
H A DChangeLog-00014367 (slot_index): New parameters slot_frag and first_frag. Add code
4370 arguments to slot_index.
6257 (set_imask, count_bits, slot_index): New function.
/netbsd/external/gpl3/binutils/dist/gas/
H A DChangeLog-20042352 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
2354 (fixup_unw_records): New arg before_relax. Pass to slot_index.
2608 (slot_index): Take .org, .space and .align into account.
H A DChangeLog-2005208 * config/tc-ia64.c (slot_index): Emit an error instead of a warning
1898 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
1914 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
H A DChangeLog-00014367 (slot_index): New parameters slot_frag and first_frag. Add code
4370 arguments to slot_index.
6257 (set_imask, count_bits, slot_index): New function.
/netbsd/external/gpl3/gdb/dist/gas/
H A DChangeLog-20042352 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
2354 (fixup_unw_records): New arg before_relax. Pass to slot_index.
2608 (slot_index): Take .org, .space and .align into account.
H A DChangeLog-2005208 * config/tc-ia64.c (slot_index): Emit an error instead of a warning
1898 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
1914 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
H A DChangeLog-00014367 (slot_index): New parameters slot_frag and first_frag. Add code
4370 arguments to slot_index.
6257 (set_imask, count_bits, slot_index): New function.
/netbsd/external/gpl3/gdb.old/dist/gas/
H A DChangeLog-20042352 * config/tc-ia64.c (slot_index): New arg before_relax. Use instead of
2354 (fixup_unw_records): New arg before_relax. Pass to slot_index.
2608 (slot_index): Take .org, .space and .align into account.
H A DChangeLog-2005208 * config/tc-ia64.c (slot_index): Emit an error instead of a warning
1898 * config/tc-ia64.c (slot_index): Revert last change. If first_frag
1914 * config/tc-ia64.c (slot_index): Check for a NULL first_frag.
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-ia64.c2687 slot_index (unsigned long slot_addr, in slot_index() function
2805 t = slot_index (ptr->slot_number, ptr->slot_frag, in fixup_unw_records()
2830 size = slot_index (last_addr, last_frag, first_addr, first_frag, in fixup_unw_records()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c2683 slot_index (unsigned long slot_addr, in slot_index() function
2801 t = slot_index (ptr->slot_number, ptr->slot_frag, in fixup_unw_records()
2826 size = slot_index (last_addr, last_frag, first_addr, first_frag, in fixup_unw_records()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.c2687 slot_index (unsigned long slot_addr, in slot_index() function
2805 t = slot_index (ptr->slot_number, ptr->slot_frag, in fixup_unw_records()
2830 size = slot_index (last_addr, last_frag, first_addr, first_frag, in fixup_unw_records()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-ia64.c2687 slot_index (unsigned long slot_addr, in slot_index() function
2805 t = slot_index (ptr->slot_number, ptr->slot_frag, in fixup_unw_records()
2830 size = slot_index (last_addr, last_frag, first_addr, first_frag, in fixup_unw_records()

12