Searched refs:kernel (Results 51 - 75 of 284) sorted by relevance

1234567891011>>

/fuchsia/zircon/kernel/lib/libc/string/arch/x86/
H A Drules.mk19 kernel/lib/code_patching \
20 kernel/lib/unittest \
/fuchsia/zircon/kernel/object/include/object/
H A Dsemaphore.h10 #include <kernel/thread.h>
H A Dfutex_node.h9 #include <kernel/lockdep.h>
10 #include <kernel/thread.h>
11 #include <kernel/wait.h>
/fuchsia/zircon/kernel/project/
H A Dx64.mk14 include kernel/project/virtual/test.mk
15 include kernel/project/virtual/user.mk
/fuchsia/zircon/kernel/target/arm64/board/qemu/
H A Drules.mk15 # qemu needs a shimmed kernel
19 # prepend shim to kernel image
/fuchsia/zircon/kernel/tests/
H A Dsleep_tests.cpp10 #include <kernel/thread.h>
/fuchsia/zircon/system/utest/bad-kernel-access/
H A Drules.mk15 $(LOCAL_DIR)/bad-kernel-access.c
17 MODULE_NAME := bad-kernel-access-test-crashes
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Daczircon.h11 #include <kernel/spinlock.h>
/fuchsia/zircon/kernel/lib/hypervisor/
H A Dcpu.cpp10 #include <kernel/cpu.h>
11 #include <kernel/mp.h>
12 #include <kernel/thread.h>
/fuchsia/zircon/kernel/syscalls/
H A Dsyscalls.cpp8 #include <kernel/stats.h>
9 #include <kernel/thread.h>
45 /* re-enable interrupts to maintain kernel preemptiveness
85 #include <zircon/syscall-kernel-wrappers.inc>
/fuchsia/zircon/kernel/target/pc/multiboot/
H A Dmultiboot-main.c154 // The kernel will sit at PHYS_LOAD_ADDRESS, where the code now
171 panic("upper memory limit %#"PRIxPTR" < kernel end %p",
188 // Separate the kernel from the data ZBI and move it into temporary
195 zircon_kernel_t* kernel; local
199 // The ZBI overlaps where the kernel needs to sit. Copy it further up.
212 // Now place the kernel after that.
213 kernel = (void*)((uint8_t*)(data + 1) + data->length);
214 memcpy(kernel, zbi, kernel_load_size);
215 free_memory = (uintptr_t)kernel + kernel_load_size;
217 // The ZBI can stay where it is. Find a place to copy the kernel
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Drules.mk77 kernel/arch/x86/page_tables \
78 kernel/dev/iommu/dummy \
79 kernel/dev/iommu/intel \
80 kernel/lib/bitmap \
81 kernel/lib/crashlog \
82 kernel/lib/code_patching \
83 kernel/lib/fbl \
84 kernel/object
129 # hard disable floating point in the kernel
135 KERNEL_COMPILEFLAGS += -fPIE -include kernel/includ
[all...]
H A Dhwp.cpp11 #include <kernel/auto_lock.h>
12 #include <kernel/mp.h>
13 #include <kernel/spinlock.h>
/fuchsia/zircon/make/
H A Dabigen.mk20 AG_KERNEL_WRAPPERS := $(AG_ZIRCON)/syscall-kernel-wrappers.inc
21 AG_KERNEL_BRANCHES := $(AG_ZIRCON)/syscall-kernel-branches.S
44 -kernel-header $(AG_KERNEL_HEADER) \
45 -kernel-wrappers $(AG_KERNEL_WRAPPERS) \
46 -kernel-branch $(AG_KERNEL_BRANCHES) \
H A Dbuild.mk15 DEFSYM_SCRIPT := $(BUILDDIR)/kernel-vars.ld
25 $(KERNEL_ELF): kernel/kernel.ld $(DEFSYM_SCRIPT) $(ALLMODULE_OBJS)
40 # the kernel at boot.
41 KERNEL_FIXUPS := $(BUILDDIR)/kernel-fixups.inc
53 # Extract the raw binary image of the kernel proper.
57 KERNEL_IMAGE_ASM := kernel/arch/$(ARCH)/image.S
58 KERNEL_IMAGE_OBJ := $(BUILDDIR)/kernel.image.o
64 # Assemble the kernel image along with boot headers and relocation fixup code.
76 # to symbols defined in the kernel prope
[all...]
/fuchsia/zircon/system/utest/core/
H A Drules.mk39 # core/channel needs a header file generated by kernel/lib/vdso/rules.mk.
40 MODULE_COMPILEFLAGS += -I$(BUILDDIR)/kernel/lib/vdso
41 MODULE_SRCDEPS += $(BUILDDIR)/kernel/lib/vdso/vdso-code.h
/fuchsia/zircon/kernel/arch/arm64/
H A Dspinlock.cpp9 #include <kernel/atomic.h>
H A Duser_copy_c.cpp9 #include <kernel/thread.h>
15 // valid userspace address so users can't access kernel memory.
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Darch_ops.h17 #include <kernel/atomic.h>
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dioport.h9 #include <kernel/spinlock.h>
/fuchsia/zircon/kernel/include/kernel/
H A Ddpc.h8 #include <kernel/thread.h>
H A Dstats.h14 // per cpu kernel level statistics
39 #include <kernel/percpu.h>
/fuchsia/zircon/kernel/kernel/
H A Devent.cpp30 #include <kernel/event.h>
31 #include <kernel/spinlock.h>
32 #include <kernel/thread.h>
33 #include <kernel/thread_lock.h>
/fuchsia/zircon/kernel/platform/
H A Dpower.cpp10 #include <kernel/thread.h>
/fuchsia/zircon/scripts/
H A Dgen-kaslr-fixups.sh10 # This script examines the relocations left in the kernel ELF image
19 # meaning the first byte of the kernel image has the address that the ELF
21 # difference between the chosen run-time virtual address of the kernel
24 # kernel/arch/CPU/image.S implements the `fixup` assembly macro to apply
49 "$AWK" -v kernel="$KERNEL" -v objdump="$OBJDUMP" -v pure=$PURE '
138 kernel);

Completed in 238 milliseconds

1234567891011>>