From 772717dc22e04b4d168d0f77bee6b6357118768c Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Tue, 19 Aug 2025 15:03:42 -0400 Subject: refactor KO_MEMORY_MAPPING invoke --- include/arch/x86_64/syscall.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'include/arch/x86_64/syscall.h') diff --git a/include/arch/x86_64/syscall.h b/include/arch/x86_64/syscall.h index 2d5060e..e470537 100644 --- a/include/arch/x86_64/syscall.h +++ b/include/arch/x86_64/syscall.h @@ -4,13 +4,11 @@ /**@ENUM mapping invokes*/ enum { - /*[target path][u8 funcid]*/ - INVOKE_MAPPING_RELEASE = 0, - /*[target path][u8 funcid][u16 pmli][dest path]*/ - INVOKE_MAPPING_GET, - /*[target path][u8 funcid][u16 pmli][untyped path][u64 flags]*/ + /*[target path][u8 funcid][u8 depth][u16*depth pmli]*/ + INVOKE_MAPPING_EXISTS = 0, + /*[target path][u8 funcid][u8 depth][u16*depth pmli][untyped path][u64 flags]*/ INVOKE_MAPPING_MAP, - /*[target path][u8 funcid][u16 pmli][mapped path]*/ + /*[target path][u8 funcid][u8 depth][u16*depth pmli][dest path]*/ INVOKE_MAPPING_UNMAP }; -- cgit v1.2.1