Home
last modified time | relevance | path

Searched refs:cpu_setstack (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpu.h72 #define cpu_setstack(td, nsp) ((td)->td_frame->sp = (nsp)) macro
/f-stack/freebsd/i386/include/
H A Dcpu.h51 #define cpu_setstack(td, ap) ((td)->td_frame->tf_esp = (ap)) macro
/f-stack/freebsd/amd64/include/
H A Dcpu.h51 #define cpu_setstack(td, ap) ((td)->td_frame->tf_rsp = (ap)) macro
/f-stack/freebsd/arm/include/
H A Dcpu.h58 #define cpu_setstack(td, sp) ((td)->td_frame->tf_usr_sp = (sp)) macro
/f-stack/freebsd/arm64/include/
H A Dcpu.h52 #define cpu_setstack(td, sp) ((td)->td_frame->tf_sp = (sp)) macro