mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
x86: cpa: set_memory_notpresent()
Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
d806e5ee20
commit
f62d0f008e
3 changed files with 42 additions and 10 deletions
|
@ -42,6 +42,7 @@ int set_memory_x(unsigned long addr, int numpages);
|
|||
int set_memory_nx(unsigned long addr, int numpages);
|
||||
int set_memory_ro(unsigned long addr, int numpages);
|
||||
int set_memory_rw(unsigned long addr, int numpages);
|
||||
int set_memory_np(unsigned long addr, int numpages);
|
||||
|
||||
void clflush_cache_range(void *addr, int size);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue