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

/freebsd-13-stable/lib/libkvm/
H A Dkvm_i386.h56 #define I386_PG_V 0x001 macro
75 _Static_assert(PG_V == I386_PG_V, "PG_V mismatch");
H A Dkvm_i386.c249 if ((pde & I386_PG_V) == 0) {
286 if ((pte & I386_PG_V) == 0) {
339 if ((pde & I386_PG_V) == 0) {
376 if ((pte & I386_PG_V) == 0) {
H A Dkvm_minidump_i386.c165 if ((pte & I386_PG_V) == 0) {
210 if ((pte & I386_PG_V) == 0) {
303 if ((pte64 & I386_PG_V) == 0)
309 if ((pte32 & I386_PG_V) == 0)

Completed in 53 milliseconds