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

1234567891011>>

/fuchsia/zircon/kernel/lib/unittest/
H A Dunittest.cpp16 #include <kernel/mutex.h>
17 #include <kernel/thread.h>
/fuchsia/zircon/kernel/lib/vdso/
H A Drules.mk17 kernel/lib/fbl \
/fuchsia/zircon/kernel/platform/pc/
H A Dhpet.cpp12 #include <kernel/auto_lock.h>
13 #include <kernel/spinlock.h>
H A Dtimer.cpp24 #include <kernel/cmdline.h>
25 #include <kernel/spinlock.h>
26 #include <kernel/thread.h>
496 const char* force_wallclock = cmdline_get("kernel.wallclock");
525 panic("Could not satisfy kernel.wallclock choice\n");
/fuchsia/zircon/kernel/vm/include/vm/
H A Dvm_aspace.h18 #include <kernel/lockdep.h>
19 #include <kernel/mutex.h>
73 // accessor for singleton kernel address space
76 // given an address, return either the kernel aspace or the current user one
215 // initialization routines need to construct the singleton kernel address space
H A Dvm_object.h17 #include <kernel/lockdep.h>
18 #include <kernel/mutex.h>
94 // read/write operators against kernel pointers only
/fuchsia/zircon/kernel/vm/
H A Dvmm.cpp12 #include <kernel/mutex.h>
13 #include <kernel/thread_lock.h>
65 // If it's a kernel fault, the kernel could possibly already
/fuchsia/zircon/kernel/arch/x86/
H A Ddebugger.cpp12 #include <kernel/lockdep.h>
13 #include <kernel/thread.h>
14 #include <kernel/thread_lock.h>
H A Dregisters.cpp30 #include <kernel/auto_lock.h>
31 #include <kernel/spinlock.h>
32 #include <kernel/thread.h>
H A Didt.cpp11 #include <kernel/mp.h>
/fuchsia/zircon/kernel/lib/debuglog/
H A Ddebuglog.cpp12 #include <kernel/spinlock.h>
13 #include <kernel/thread.h>
15 #include <kernel/cmdline.h>
58 // though we add a kernel cmdline (kernel.bypass-debuglog), to bypass the debuglog.
59 // This is to allow very early prints in the kernel to go to the serial console.
68 // Called after kernel cmdline options are parsed (in platform_early_init()).
69 // The compile switch (if enabled) overrides the kernel cmdline switch.
72 dlog_bypass_ = cmdline_get_bool("kernel.bypass-debuglog", false);
319 // and prevents the direct writes from the kernel fro
[all...]
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2_cpu_state.cpp14 #include <kernel/mp.h>
/fuchsia/zircon/kernel/dev/hdcp/amlogic_s912/
H A Dhdcp.c14 #include <kernel/thread.h>
/fuchsia/zircon/kernel/dev/uart/pl011/
H A Duart.c14 #include <kernel/thread.h>
/fuchsia/zircon/kernel/dev/uart/mt8167/
H A Duart.cpp9 #include <kernel/thread.h>
/fuchsia/zircon/kernel/dev/uart/nxp-imx/
H A Duart.c12 #include <kernel/thread.h>
/fuchsia/zircon/kernel/kernel/
H A Dsched.cpp7 #include <kernel/sched.h>
13 #include <kernel/mp.h>
14 #include <kernel/percpu.h>
15 #include <kernel/thread.h>
/fuchsia/zircon/kernel/lib/crypto/
H A Dprng.cpp15 #include <kernel/auto_lock.h>
/fuchsia/zircon/kernel/lib/debug/
H A Ddebug.cpp12 #include <kernel/spinlock.h>
/fuchsia/zircon/kernel/lib/oom/
H A Doom.cpp11 #include <kernel/thread.h>
/fuchsia/zircon/kernel/object/
H A Dfutex_node.cpp15 #include <kernel/thread_lock.h>
H A Dglue.cpp8 // * Initialization code for kernel/object module
18 #include <kernel/cmdline.h>
115 // Called from a dedicated kernel thread when the system is low on memory.
180 oom_init(cmdline_get_bool("kernel.oom.enable", true),
181 ZX_SEC(cmdline_get_uint64("kernel.oom.sleep-sec", 1)),
182 cmdline_get_uint64("kernel.oom.redline-mb", 50) * MB,
/fuchsia/zircon/kernel/object/include/object/
H A Dchannel_dispatcher.h11 #include <kernel/event.h>
H A Dhandle.h15 #include <kernel/lockdep.h>
H A Dport_dispatcher.h19 #include <kernel/spinlock.h>
141 // The PortDispatcher implements the port kernel object which is the cornerstone

Completed in 344 milliseconds

1234567891011>>