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

  /src/lib/libkvm/
kvm_m68k_gen.c 80 struct table_index { struct
92 struct table_index ti[TABLE_INDEX_COUNT];
118 table_index(const struct kvm_gen68k_context * const ctx, int level, function
152 idx = table_index(ctx, level, adj_va);
  /src/sys/arch/x86/pci/
pci_msi_machdep.c 104 u_int table_index; local
107 table_index = i;
109 table_index = table_indexes[i];
111 pih = pci_msi_calculate_handle(msi_pic, table_index);
662 /* check not to duplicate table_index */
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/bios/
amdgpu_bios_parser2.c 358 unsigned int table_index = 0; local
387 for (table_index = 0; table_index < count; table_index++) {
389 header->gpio_pin[table_index].gpio_id &
392 (header->gpio_pin[table_index].gpio_id &
395 (header->gpio_pin[table_index].gpio_id &
418 header->gpio_pin[table_index].data_a_reg_index);
420 header->gpio_pin[table_index].gpio_bitshift;
amdgpu_bios_parser.c 662 uint32_t table_index = 0; local
686 if (table_index != index) {
687 table_index++;

Completed in 148 milliseconds