Searched refs:kernel (Results 201 - 225 of 684) sorted by relevance

1234567891011>>

/haiku/src/system/kernel/arch/x86/
H A Darch_vm_translation_map.cpp49 arch_vm_translation_map_create_map(bool kernel, VMTranslationMap** _map) argument
51 return gX86PagingMethod->CreateTranslationMap(kernel, _map);
158 This function is invoked in the kernel debugger. Paranoid checking is in
H A Darch_thread.cpp16 #include <kernel.h>
72 from standard kernel threads.
84 userland->kernel transition iframe (usually the first one, save for
87 the thread is a kernel thread).
154 Before returning to userland all potentially necessary kernel exit work is
180 arch_team_init_team_struct(Team* p, bool kernel) argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp22 #include <kernel.h>
64 * from standard kernel threads.
77 * userland->kernel transition iframe (usually the first one, save for
80 * the thread is a kernel thread).
128 arch_team_init_team_struct(Team *team, bool kernel) argument
153 // clear the kernel stack
H A Darch_vm.cpp14 #include <kernel.h>
72 // skip ranges outside the kernel address space
74 TRACE((" no kernel address, skipping...\n"));
110 // of dying. It switches to the kernel team and does whatever cleanup is
114 // page directories include all kernel mappings as well. Furthermore our
/haiku/src/system/kernel/arch/arm64/
H A Darch_thread.cpp12 #include <kernel.h>
54 arch_team_init_team_struct(Team *team, bool kernel) argument
/haiku/headers/private/kernel/arch/arm64/
H A Darch_cpu.h15 #include <kernel/arch/arm64/arm_registers.h>
20 #include <kernel.h>
/haiku/src/add-ons/kernel/debugger/disasm/
H A Ddisasm.cpp9 #include <kernel.h>
/haiku/src/system/boot/arch/m68k/
H A Dmmu_030.cpp17 #include <kernel.h>
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp77 // copy the top portion of the page dir from the kernel page dir
128 #warning M68K: TODO: allocate all kernel pgdirs at boot and remove this (also dont remove them anymore from unmap)
H A Dpaging.h16 #include <kernel.h>
24 page table containing both kernel and user address mappings.
26 a 1-bit first level (2 entries top level table) that would map kernel
33 As we don't want a separate user and kernel space, we'll use a single
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.h22 status_t Init(bool kernel);
/haiku/src/apps/showimage/
H A DImageCache.h17 #include <kernel/util/DoublyLinkedList.h>
/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.h12 #include <kernel/OS.h>
/haiku/headers/private/kernel/
H A Delf.h58 addr_t* _imageDelta, bool kernel);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/usb/
H A Dr92eu_init.c36 #include <sys/kernel.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_rf.c36 #include <sys/kernel.h>
H A Dr92e_rx.c28 #include <sys/kernel.h>
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_monitor.c43 #include <sys/kernel.h>
H A Dieee80211_ratectl_none.c35 #include <sys/kernel.h>
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.h20 status_t Init(bool kernel);
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.h20 status_t Init(bool kernel);
/haiku/src/tests/system/network/
H A Dselect_test2.c2 #include <kernel/OS.h>
H A Dtest3.c2 #include <kernel/OS.h>
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dcpu.cpp14 #include <kernel.h>
106 // allocate the kernel stacks (the memory stuff is already initialized
112 printf("boot_arch_cpu_init(): Failed to allocate kernel stack(s)!\n");
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dcpu.cpp14 #include <kernel.h>
90 // allocate the kernel stacks (the memory stuff is already initialized
96 printf("boot_arch_cpu_init(): Failed to allocate kernel stack(s)!\n");

Completed in 145 milliseconds

1234567891011>>