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

/linux-4.1.27/arch/x86/include/asm/
H A Dgart.h13 #define GPTE_VALID 1 macro
/linux-4.1.27/arch/x86/kernel/
H A Damd_gart_64.c70 #define GPTE_VALID 1 macro
73 (((x) & 0xfffff000) | (((x) >> 32) << 4) | GPTE_VALID | GPTE_COHERENT)
/linux-4.1.27/drivers/char/agp/
H A Damd64-agp.c88 pte |= GPTE_VALID | GPTE_COHERENT; amd64_insert_memory()

Completed in 127 milliseconds