Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dgart.h14 #define GPTE_VALID 1 macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Damd_gart_64.c69 #define GPTE_VALID 1 macro
72 (((x) & 0xfffff000) | (((x) >> 32) << 4) | GPTE_VALID | GPTE_COHERENT)
/OK3568_Linux_fs/kernel/drivers/char/agp/
H A Damd64-agp.c89 pte |= GPTE_VALID | GPTE_COHERENT; in amd64_insert_memory()