Searched refs:tbl (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/boot/arch/m68k/
H A Dmmu_040.cpp157 addr_t tbl; local
163 tbl += SIZ_DIRTBL;
165 tbl = mmu_get_next_page_tables();
166 pr[i] = DT_ROOT | TA_TO_PREA(tbl);
167 pd = (page_directory_entry *)tbl;
195 addr_t tbl; local
212 tbl = mmu_get_next_page_tables();
213 if (!tbl)
218 apr->addr = TA_TO_PREA(tbl);
220 //TRACE(("inserting tbl
[all...]
H A Dmmu_030.cpp111 addr_t tbl; local
117 tbl += SIZ_DIRTBL;
119 tbl = mmu_get_next_page_tables();
120 pr[i].addr = TA_TO_PREA(tbl);
122 pd = (page_directory_entry *)tbl;
H A Dmmu.cpp156 addr_t tbl = get_next_physical_page(); local
157 if (!tbl)
158 return tbl;
164 uint32 *p = (uint32 *)tbl;
168 return tbl;
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.cpp485 addr_t tbl; local
497 tbl = get_free_page(args) * B_PAGE_SIZE;
498 if (!tbl)
500 TRACE("040::MapEarly: asked for free page for pgdir. 0x%lx\n", tbl);
502 memset((void *)tbl, 0, B_PAGE_SIZE);
505 PutPageDirInPageRoot(&pr[aindex + i], tbl, attributes);
506 //TRACE("inserting tbl @ %p as %08x pr[%d] %08x\n", tbl, TA_TO_PREA(tbl), aindex + i, *(uint32 *)apr);
509 pd = (page_directory_entry *)tbl;
[all...]
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp580 // we want the table at rindex, not at rindex%(tbl/page)
623 // we want the table at rindex, not at rindex%(tbl/page)
676 // we want the table at rindex, not at rindex%(tbl/page)
692 // we want the table at rindex, not at rindex%(tbl/page)
803 // we want the table at rindex, not at rindex%(tbl/page)
819 // we want the table at rindex, not at rindex%(tbl/page)
898 // we want the table at rindex, not at rindex%(tbl/page)
914 // we want the table at rindex, not at rindex%(tbl/page)
970 // we want the table at rindex, not at rindex%(tbl/page)
986 // we want the table at rindex, not at rindex%(tbl/pag
1451 addr_t tbl; local
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dmmu.cpp157 addr_t tbl = get_next_physical_page(); local
158 if (!tbl)
159 return tbl;
165 uint32 *p = (uint32 *)tbl;
169 return tbl;
/haiku/src/system/boot/platform/amiga_m68k/
H A Dmmu.cpp156 addr_t tbl = get_next_physical_page(); local
157 if (!tbl)
158 return tbl;
164 uint32 *p = (uint32 *)tbl;
168 return tbl;
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dbwiphy.c752 const uint16_t *tbl; local
808 tbl = bwi_phy_noise_scale_11g_rev2;
811 tbl = bwi_phy_noise_scale_11g_rev7;
814 tbl = bwi_phy_noise_scale_11g;
818 bwi_tbl_write_2(mac, BWI_PHYTBL_NOISE_SCALE + i, tbl[i]);
824 tbl = bwi_phy_sigma_sq_11g_rev2;
827 tbl = bwi_phy_sigma_sq_11g_rev7;
830 tbl = NULL;
834 bwi_tbl_write_2(mac, BWI_PHYTBL_SIGMA_SQ + i, tbl[i]);
/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];
247 long double t_lo = tbl[2*i0 + 1];
273 static const long double tbl[TBLSIZE] = { variable
612 t = tbl[i0];

Completed in 109 milliseconds