Searched refs:switchframe (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dpcb.h50 struct switchframe pcb_regs; /* CPU state */
H A Dframe.h107 struct switchframe struct
/freebsd-11-stable/sys/arm/arm/
H A Dvm_machdep.c82 * struct switchframe and trapframe must both be a multiple of 8
85 _Static_assert((sizeof(struct switchframe) % 8) == 0, "Bad alignment");

Completed in 115 milliseconds