Home
last modified time | relevance | path

Searched refs:tbl (Results 1 – 10 of 10) sorted by relevance

/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.cpp157 addr_t tbl; in allocate_kernel_pgdirs() local
163 tbl += SIZ_DIRTBL; in allocate_kernel_pgdirs()
165 tbl = mmu_get_next_page_tables(); in allocate_kernel_pgdirs()
166 pr[i] = DT_ROOT | TA_TO_PREA(tbl); in allocate_kernel_pgdirs()
167 pd = (page_directory_entry *)tbl; in allocate_kernel_pgdirs()
195 addr_t tbl; in add_page_table() local
212 tbl = mmu_get_next_page_tables(); in add_page_table()
213 if (!tbl) in add_page_table()
218 apr->addr = TA_TO_PREA(tbl); in add_page_table()
223 pd = (page_directory_entry *)tbl; in add_page_table()
[all …]
H A Dmmu_030.cpp111 addr_t tbl; in allocate_kernel_pgdirs() local
117 tbl += SIZ_DIRTBL; in allocate_kernel_pgdirs()
119 tbl = mmu_get_next_page_tables(); in allocate_kernel_pgdirs()
120 pr[i].addr = TA_TO_PREA(tbl); in allocate_kernel_pgdirs()
122 pd = (page_directory_entry *)tbl; in allocate_kernel_pgdirs()
H A Dmmu.cpp156 addr_t tbl = get_next_physical_page(); in mmu_get_next_page_tables() local
157 if (!tbl) in mmu_get_next_page_tables()
158 return tbl; in mmu_get_next_page_tables()
164 uint32 *p = (uint32 *)tbl; in mmu_get_next_page_tables()
168 return tbl; in mmu_get_next_page_tables()
/haiku/src/system/libroot/posix/musl/math/
H A Dexp2l.c48 static const double tbl[TBLSIZE * 2] = { variable
246 long double t_hi = tbl[2*i0]; in exp2l()
247 long double t_lo = tbl[2*i0 + 1]; in exp2l()
273 static const long double tbl[TBLSIZE] = { variable
612 t = tbl[i0]; in exp2l()
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp485 addr_t tbl; in MapEarly() local
497 tbl = get_free_page(args) * B_PAGE_SIZE; in MapEarly()
498 if (!tbl) in MapEarly()
500 TRACE("040::MapEarly: asked for free page for pgdir. 0x%lx\n", tbl); in MapEarly()
502 memset((void *)tbl, 0, B_PAGE_SIZE); in MapEarly()
505 PutPageDirInPageRoot(&pr[aindex + i], tbl, attributes); in MapEarly()
509 pd = (page_directory_entry *)tbl; in MapEarly()
512 tbl += SIZ_DIRTBL; in MapEarly()
521 tbl = get_free_page(args) * B_PAGE_SIZE; in MapEarly()
522 if (!tbl) in MapEarly()
[all …]
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp1451 addr_t tbl; in m68k_vm_translation_map_early_map() local
1463 tbl = get_free_page(args) * B_PAGE_SIZE; in m68k_vm_translation_map_early_map()
1464 if (!tbl) in m68k_vm_translation_map_early_map()
1466 TRACE(("early_map: asked for free page for pgdir. 0x%lx\n", tbl)); in m68k_vm_translation_map_early_map()
1468 memset((void *)tbl, 0, B_PAGE_SIZE); in m68k_vm_translation_map_early_map()
1471 put_pgdir_in_pgroot(&pr[aindex + i], tbl, attributes); in m68k_vm_translation_map_early_map()
1475 pd = (page_directory_entry *)tbl; in m68k_vm_translation_map_early_map()
1478 tbl += SIZ_DIRTBL; in m68k_vm_translation_map_early_map()
1487 tbl = get_free_page(args) * B_PAGE_SIZE; in m68k_vm_translation_map_early_map()
1488 if (!tbl) in m68k_vm_translation_map_early_map()
[all …]
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwiphy.c750 const uint16_t *tbl; in bwi_phy_config_11g() local
806 tbl = bwi_phy_noise_scale_11g_rev2; in bwi_phy_config_11g()
809 tbl = bwi_phy_noise_scale_11g_rev7; in bwi_phy_config_11g()
812 tbl = bwi_phy_noise_scale_11g; in bwi_phy_config_11g()
816 bwi_tbl_write_2(mac, BWI_PHYTBL_NOISE_SCALE + i, tbl[i]); in bwi_phy_config_11g()
822 tbl = bwi_phy_sigma_sq_11g_rev2; in bwi_phy_config_11g()
825 tbl = bwi_phy_sigma_sq_11g_rev7; in bwi_phy_config_11g()
828 tbl = NULL; in bwi_phy_config_11g()
832 bwi_tbl_write_2(mac, BWI_PHYTBL_SIGMA_SQ + i, tbl[i]); in bwi_phy_config_11g()
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp157 addr_t tbl = get_next_physical_page(); in mmu_get_next_page_tables() local
158 if (!tbl) in mmu_get_next_page_tables()
159 return tbl; in mmu_get_next_page_tables()
165 uint32 *p = (uint32 *)tbl; in mmu_get_next_page_tables()
169 return tbl; in mmu_get_next_page_tables()
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp156 addr_t tbl = get_next_physical_page(); in mmu_get_next_page_tables() local
157 if (!tbl) in mmu_get_next_page_tables()
158 return tbl; in mmu_get_next_page_tables()
164 uint32 *p = (uint32 *)tbl; in mmu_get_next_page_tables()
168 return tbl; in mmu_get_next_page_tables()
/haiku/src/system/libroot/posix/glibc/locale/
H A Dcategories.def129 DEFINE_ELEMENT (_NL_CTYPE_TRANSLIT_FROM_TBL, "ctype-translit-from-tbl", std, wstring)
131 DEFINE_ELEMENT (_NL_CTYPE_TRANSLIT_TO_TBL, "ctype-translit-to-tbl", std, wstring)