mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
Merge "fix(gpt): declare gpt_tlbi_by_pa_ll()" into integration
This commit is contained in:
commit
3c36d34e21
1 changed files with 9 additions and 0 deletions
|
@ -793,6 +793,15 @@ static inline void tlbirpalos_512m(uintptr_t addr)
|
|||
TLBIRPALOS(addr, TLBI_SZ_512M);
|
||||
}
|
||||
|
||||
/*
|
||||
* Invalidate TLBs of GPT entries by Physical address, last level.
|
||||
*
|
||||
* @pa: the starting address for the range
|
||||
* of invalidation
|
||||
* @size: size of the range of invalidation
|
||||
*/
|
||||
void gpt_tlbi_by_pa_ll(uint64_t pa, size_t size);
|
||||
|
||||
/* Previously defined accessor functions with incomplete register names */
|
||||
|
||||
#define read_current_el() read_CurrentEl()
|
||||
|
|
Loading…
Add table
Reference in a new issue