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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Diommu.c367 unsigned long iopte_protection; local
394 iopte_protection = IOPTE_STREAMING(ctx);
396 iopte_protection = IOPTE_CONSISTENT(ctx);
398 iopte_protection |= IOPTE_WRITE;
401 iopte_val(*base) = iopte_protection | base_paddr;

Completed in 45 milliseconds