Searched refs:kernel (Results 1 – 8 of 8) sorted by relevance
| /arch/riscv/ |
| A D | exceptions.c | 76 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 D | linker-onesegment.ld | 85 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
| A D | linker-twosegment.ld | 98 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
| /arch/x86/ |
| A D | rules.mk | 126 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 D | linker.ld | 66 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
| /arch/x86/32/ |
| A D | kernel.ld | 95 /* put a symbol arbitrarily 4MB past the end of the kernel */
|
| /arch/x86/64/ |
| A D | kernel.ld | 94 /* put a symbol arbitrarily 4MB past the end of the kernel */
|
| /arch/arm64/ |
| A D | system-onesegment.ld | 114 /* Align the end to ensure anything after the kernel ends up on its own pages */
|
Completed in 12 milliseconds