Searched refs:within_pa_width (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/kernel/arch/x86_64/
H A Dvmx_checks.c74 bool within_pa_width = is_within_pa_width(guest_cr3); local
75 assert(within_pa_width);
909 bool within_pa_width = is_within_pa_width(host_cr3); local
910 assert(within_pa_width);
1120 bool within_pa_width; local
1156 within_pa_width = is_within_pa_width(eptp);
1157 assert(within_pa_width);
1170 within_pa_width = is_within_pa_width(vexcp_info_addr);
1171 assert(within_pa_width);
1205 bool within_pa_width local
[all...]

Completed in 30 milliseconds