Searched refs:iframe (Results 51 - 58 of 58) sorted by relevance

123

/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.cpp155 STrap(iframe* frame)
/haiku/headers/private/kernel/arch/arm64/
H A Darch_cpu.h130 struct iframe { struct
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp28 void WriteRegisters(iframe* frame);
295 WriteTrapInfo((iframe*)fp - 1);
/haiku/src/system/kernel/arch/x86/32/
H A Ddescriptors.cpp41 typedef void interrupt_handler_function(struct iframe* frame);
144 x86_double_fault_exception(struct iframe* frame)
148 // The double fault iframe contains no useful information (as
151 // double in our iframe. This will result even in useful stack
181 x86_page_fault_exception_double_fault(struct iframe* frame)
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp164 kprintf("iframe %p (end = %p)\n",
185 // see if the frame pointer matches the iframe
186 struct iframe *frame = NULL;
189 // it's an iframe
196 kprintf("iframe at %p\n", frame);
/haiku/headers/private/kernel/arch/m68k/
H A Darch_cpu.h287 struct iframe { struct
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp373 kprintf("iframe %p (end = %p)\n",
394 // see if the frame pointer matches the iframe
395 struct iframe *frame = NULL;
398 // it's an iframe
405 kprintf("iframe at %p\n", frame);
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp363 kprintf("iframe %p (end = %p)\n",
384 // see if the frame pointer matches the iframe
385 struct iframe *frame = NULL;
388 // it's an iframe
395 kprintf("iframe at %p\n", frame);

Completed in 162 milliseconds

123