Home
last modified time | relevance | path

Searched refs:pg_flags (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dcacheflush.h27 unsigned long pg_flags = pg->flags & _PGMT_MASK; in get_page_memtype() local
29 if (pg_flags == _PGMT_DEFAULT) in get_page_memtype()
31 else if (pg_flags == _PGMT_WC) in get_page_memtype()
33 else if (pg_flags == _PGMT_UC_MINUS) in get_page_memtype()
/linux-3.4.99/arch/sparc/mm/
Dinit_64.c268 unsigned long pg_flags; in flush_dcache() local
270 pg_flags = page->flags; in flush_dcache()
271 if (pg_flags & (1UL << PG_dcache_dirty)) { in flush_dcache()
272 int cpu = ((pg_flags >> PG_dcache_cpu_shift) & in flush_dcache()
/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic_defs.h396 u8 pg_flags; member
408 u8 pg_flags; member
Dcnic.c3328 l4kwqe->pg_flags |= L4_KWQ_OFFLOAD_PG_VLAN_TAGGING; in cnic_cm_offload_pg()