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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.h49 #define PFERR_FETCH_MASK (1U << 4) macro
H A Dmmutrace.h50 { PFERR_FETCH_MASK, "F" }
H A Dpaging_tmpl.h257 walker->error_code |= PFERR_FETCH_MASK;
423 int fetch_fault = error_code & PFERR_FETCH_MASK;
562 !!(access & PFERR_FETCH_MASK));
H A Dx86.c3299 access |= PFERR_FETCH_MASK;
3353 access | PFERR_FETCH_MASK, error);

Completed in 78 milliseconds