commit | b4c455c754bea4f97c72341509be33a8723e1223 | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Tue Jul 30 12:26:09 2024 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Aug 28 06:50:30 2024 -0400 |
tree | e64ac2ee7bea2a9f9e44f1750b237fe69962260e | |
parent | 2b9ce2eef63c098b67d2815ed605857e77f6dcb9 [diff] |
arch: add interface to get stack space of privileged stack This adds a new arch_thread_priv_stack_space_get() interface for each architecture to report privileged stack space usage. Each architecture will need to implement this function as each arch has their own way of defining privileged stacks. Signed-off-by: Daniel Leung <daniel.leung@intel.com>