From 11f41d3dea0b959aea747546dc7b6beb655bec2a Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 9 Nov 2022 17:40:08 +0200 Subject: update docs --- include/arch/proc.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include/arch/proc.h') diff --git a/include/arch/proc.h b/include/arch/proc.h index d01674d..a64f978 100644 --- a/include/arch/proc.h +++ b/include/arch/proc.h @@ -66,7 +66,18 @@ void save_regs(struct tcb *t, void *p); */ void load_regs(void *p, struct tcb *t); +/** + * Do modifications to \ref tcb state if necessary for ipis to work. + * + * @param t Thread to do modifications to. + */ void adjust_ipi(struct tcb *t); + +/** + * Do modifications to \ref tcb state if necessary for syscalls to work. + * + * @param t Thread to do modifications to. + */ void adjust_syscall(struct tcb *t); /** -- cgit v1.3