Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddevice-mapper.c602 uint64_t table_start, table_end; in dmstrategy() local
646 table_start = table_en->start * DEV_BSIZE; in dmstrategy()
651 table_end = table_start + table_en->length * DEV_BSIZE; in dmstrategy()
652 start = MAX(table_start, buf_start); in dmstrategy()
657 PRIu64 "\n", table_start, table_end); in dmstrategy()
673 nestbuf->b_blkno = (start - table_start) / DEV_BSIZE; in dmstrategy()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
H A Damdgpu_fiji_smumgr.c231 uint32_t table_start; in fiji_setup_graphics_level_structure() local
238 &table_start, 0x40000), in fiji_setup_graphics_level_structure()
247 vr_config_addr = table_start + in fiji_setup_graphics_level_structure()
256 level_addr = table_start + offsetof(SMU73_Discrete_DpmTable, GraphicsLevel); in fiji_setup_graphics_level_structure()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-rx.c3741 bfd_vma table_start; member
3938 info->table_start = start_addr; in rx_table_map()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-rx.c3740 bfd_vma table_start; member
3937 info->table_start = start_addr; in rx_table_map()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c8111 unsigned char * table_start; in display_debug_rnglists() local
8180 table_start = start; in display_debug_rnglists()
8211 dwarf_vma indx = start - table_start; in display_debug_rnglists()