Lines Matching full:va
20 * Instead, give the HYP mode its own VA region at a fixed offset from
26 * runtime VA space, at the same time.
57 * Convert a kernel VA into a HYP VA.
58 * reg: VA to be converted.
76 * Convert a hypervisor VA to a PA
86 * Convert a hypervisor VA to a kernel image address
96 /* Convert hyp VA -> PA. */
107 /* Convert PA -> kimg VA. */
198 static inline void __clean_dcache_guest_page(void *va, size_t size)
209 kvm_flush_dcache_to_poc(va, size);
212 static inline void __invalidate_icache_guest_page(void *va, size_t size)
219 icache_inval_pou((unsigned long)va, (unsigned long)va + size);