Searched refs:paging (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/kernel/debug/
H A Dblue_screen.cpp55 bool paging; member in struct:screen_info
126 if (sScreen.paging && ((sScreen.in_command_rows > 0
132 // Use the paging mechanism: either, we're in the debugger, and a
137 : "Press key to continue, S to skip output, P to disable paging";
158 sScreen.paging = false;
580 sScreen.paging = !sScreen.paging;
582 sScreen.paging = true;
584 sScreen.paging = false;
586 sScreen.paging
[all...]
/haiku/src/system/boot/platform/bios_ia32/
H A Dsmp_trampoline.S62 movl %eax,%cr0 # enable paging
/haiku/src/system/boot/platform/pxe_ia32/
H A Dsmp_trampoline.S62 movl %eax,%cr0 # enable paging
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwxvar.h344 * @paging: paging dram data
345 * @paging_cnt: number of paging sections needed by fw image
351 struct iwx_dma_info *paging; member in struct:iwx_self_init_dram
H A Dif_iwx.c620 if (!dram->paging)
623 /* free paging*/
625 iwx_dma_contig_free(&dram->paging[i]);
627 free(dram->paging, M_DEVBUF, dram->paging_cnt * sizeof(*dram->paging));
629 dram->paging = NULL;
654 KASSERT(dram->paging == NULL);
671 dram->paging = mallocarray(dram->paging_cnt, sizeof(*dram->paging),
673 if (!dram->paging) {
[all...]

Completed in 113 milliseconds