HomeSort by: relevance | last modified time | path
    Searched defs:clockframe (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/usermode/include/
cpu.h 85 struct clockframe { struct
  /src/sys/arch/or1k/include/
cpu.h 36 struct clockframe { struct
  /src/sys/arch/arm/include/arm32/
frame.h 72 struct clockframe { struct
  /src/sys/arch/sh3/include/
cpu.h 79 * machine state in an opaque clockframe.
81 struct clockframe { struct
  /src/sys/arch/ia64/include/
cpu.h 143 struct clockframe { struct
  /src/sys/arch/m68k/include/
cpu.h 148 * machine state in an opaque clockframe. On the m68k platforms, we use
151 struct clockframe { struct
  /src/sys/arch/alpha/include/
cpu.h 201 * machine state in an opaque clockframe. On the alpha, we use
204 struct clockframe { struct
  /src/sys/arch/powerpc/include/
frame.h 84 struct clockframe { struct
100 struct clockframe tf_cf;
  /src/sys/arch/vax/include/
cpu.h 112 struct clockframe { struct
  /src/sys/arch/riscv/include/
cpu.h 37 struct clockframe { struct
  /src/sys/arch/mips/include/
cpu.h 230 * cpu_intr(ppl, pc, status); (most state needed by clockframe)
236 * machine state in an opaque clockframe.
238 struct clockframe { struct
  /src/sys/arch/sparc64/include/
cpu.h 338 * previous machine state in an opaque clockframe. The ipl is here
342 struct clockframe { struct
378 * argument, or with a pointer to a clockframe if ih_arg is NULL.
  /src/sys/arch/aarch64/include/
cpu.h 53 struct clockframe { struct
  /src/sys/arch/hppa/include/
cpu.h 250 /* clockframe describes the system before we took an interrupt. */
251 struct clockframe { struct
  /src/sys/arch/sparc/include/
cpu.h 431 * previous machine state in an opaque clockframe. The ipl is here
435 struct clockframe { struct
442 typedef struct clockframe clockframe; typedef in typeref:struct:clockframe
507 * argument, or with a pointer to a clockframe if ih_arg is NULL.
  /src/sys/arch/x86/include/
cpu.h 101 * clockframe; for now, use generic intrframe.
103 struct clockframe { struct
315 * Clockframe for timer interrupt handler.

Completed in 19 milliseconds