Home
last modified time | relevance | path

Searched refs:kernel (Results 1 – 8 of 8) sorted by relevance

/arch/riscv/
A Dexceptions.c76 static void dump_iframe(struct riscv_short_iframe *frame, bool kernel) { in dump_iframe() argument
81 if (!kernel) { in dump_iframe()
87 static void fatal_exception(long cause, ulong epc, struct riscv_short_iframe *frame, bool kernel) { in fatal_exception() argument
96 dump_iframe(frame, kernel); in fatal_exception()
109 void riscv_exception_handler(long cause, ulong epc, struct riscv_short_iframe *frame, bool kernel);
110 void riscv_exception_handler(long cause, ulong epc, struct riscv_short_iframe *frame, bool kernel) { in riscv_exception_handler() argument
112 riscv_current_hart(), cause, epc, frame->status, kernel); in riscv_exception_handler()
131 fatal_exception(cause, epc, frame, kernel); in riscv_exception_handler()
140 fatal_exception(cause, epc, frame, kernel); in riscv_exception_handler()
A Dlinker-onesegment.ld85 /* Align the end to ensure anything after the kernel ends up on its own pages */
A Dlinker-twosegment.ld98 /* Align the end to ensure anything after the kernel ends up on its own pages */
/arch/x86/
A Drules.mk126 ARCH_COMPILEFLAGS += -mcmodel=kernel
151 LINKER_SCRIPT += $(SUBARCH_BUILDDIR)/kernel.ld
154 GENERATED += $(SUBARCH_BUILDDIR)/kernel.ld
157 $(SUBARCH_BUILDDIR)/kernel.ld: $(SUBARCH_DIR)/kernel.ld $(wildcard arch/*.ld)
/arch/m68k/
A Dlinker.ld66 /* Align the end to ensure anything after the kernel ends up on its own pages */
/arch/x86/32/
A Dkernel.ld95 /* put a symbol arbitrarily 4MB past the end of the kernel */
/arch/x86/64/
A Dkernel.ld94 /* put a symbol arbitrarily 4MB past the end of the kernel */
/arch/arm64/
A Dsystem-onesegment.ld114 /* Align the end to ensure anything after the kernel ends up on its own pages */

Completed in 12 milliseconds