Home
last modified time | relevance | path

Searched refs:section_index (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/scripts/mod/
H A Dsymsearch.c12 unsigned int section_index; member
35 if (sym1->section_index > sym2->section_index) in syminfo_compare()
37 if (sym1->section_index < sym2->section_index) in syminfo_compare()
79 table->section_index = get_secindex(elf, sym); in symsearch_populate()
118 table[i].section_index == table[i - 1].section_index) { in symsearch_fixup()
163 target.section_index = secndx; in symsearch_find_nearest()
188 table[hi].section_index == secndx && in symsearch_find_nearest()
194 table[hi - 1].section_index == secndx && in symsearch_find_nearest()
/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc_trace.h141 __field( u32, section_index )
148 __entry->section_index = rpkt->send_buf_section_index;
154 __entry->section_index, __entry->section_size)
H A Dnetvsc.c936 unsigned int section_index, in netvsc_copy_to_send_buf() argument
1192 unsigned int section_index = NETVSC_INVALID_INDEX; in netvsc_send() local
1221 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1225 section_index = msdp->pkt->send_buf_index; in netvsc_send()
1230 section_index = netvsc_get_next_send_section(net_device); in netvsc_send()
1231 if (unlikely(section_index == NETVSC_INVALID_INDEX)) { in netvsc_send()
1246 if (section_index != NETVSC_INVALID_INDEX) { in netvsc_send()
1248 section_index, msd_len, in netvsc_send()
1251 packet->send_buf_index = section_index; in netvsc_send()
1298 if (ret != 0 && section_index != NETVSC_INVALID_INDEX) in netvsc_send()
[all …]
/openbmc/qemu/system/
H A Dphysmem.c1052 uint16_t section_index = phys_section_add(&d->map, section); in register_multipage() local
1057 phys_page_set(d, start_addr >> TARGET_PAGE_BITS, num_pages, section_index); in register_multipage()
2441 int section_index = index & ~TARGET_PAGE_MASK; in iotlb_to_section() local
2444 assert(section_index < d->map.sections_nb); in iotlb_to_section()
2445 ret = d->map.sections + section_index; in iotlb_to_section()
/openbmc/linux/drivers/md/
H A Ddm-integrity.c898 unsigned int pl_index, pl_offset, section_index; in xor_journal() local
915 section_index = pl_index; in xor_journal()
922 while (unlikely(pl_index == section_index)) { in xor_journal()
931 page_list_location(ic, section, 0, &section_index, &dummy); in xor_journal()