mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 06:48:22 -04:00
Implement flush_dcache_all_tzram_pa and invalidate_icache_all_inner_shareable_tzram_pa for the crt0s
This commit is contained in:
parent
e5f293e004
commit
6be5b0a52f
5 changed files with 38 additions and 17 deletions
|
@ -15,7 +15,8 @@ void invalidate_dcache_all(void);
|
|||
void flush_dcache_range(const void *start, const void *end);
|
||||
void invalidate_dcache_range(const void *start, const void *end);
|
||||
|
||||
void invalidate_icache_inner_shareable(void);
|
||||
void invalidate_icache_all_inner_shareable(void);
|
||||
void invalidate_icache_all(void);
|
||||
|
||||
void finalize_powerdown(void);
|
||||
void call_with_stack_pointer(uintptr_t stack_pointer, void (*function)(void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue