Searched refs:notify_range_enc_status_changed (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/mm/ |
| A D | mem_encrypt.c | 261 void notify_range_enc_status_changed(unsigned long vaddr, int npages, bool enc) in notify_range_enc_status_changed() function 397 notify_range_enc_status_changed(start, PAGE_ALIGN(size) >> PAGE_SHIFT, enc); in early_set_memory_enc_dec() 415 notify_range_enc_status_changed(vaddr, npages, enc); in early_set_mem_enc_dec_hypercall()
|
| /linux/arch/x86/include/asm/ |
| A D | set_memory.h | 86 void notify_range_enc_status_changed(unsigned long vaddr, int npages, bool enc);
|
| /linux/arch/x86/mm/pat/ |
| A D | set_memory.c | 2030 notify_range_enc_status_changed(addr, numpages, enc); in __set_memory_enc_pgtable()
|
Completed in 10 milliseconds