Home
last modified time | relevance | path

Searched refs:cache_flags (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dgrant_table.h28 unsigned int cache_flags);
38 unsigned int cache_flags) in create_grant_p2m_mapping() argument
/xen-4.10.0-shim-comet/xen/include/asm-x86/pv/
A Dgrant_table.h27 unsigned int flags, unsigned int cache_flags);
37 unsigned int cache_flags) in create_grant_pv_mapping() argument
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dgrant_table.h26 unsigned int cache_flags) in create_grant_host_mapping() argument
29 return create_grant_p2m_mapping(addr, frame, flags, cache_flags); in create_grant_host_mapping()
30 return create_grant_pv_mapping(addr, frame, flags, cache_flags); in create_grant_host_mapping()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dgrant_table.c30 unsigned int cache_flags) in create_grant_p2m_mapping() argument
35 if ( cache_flags || (flags & ~GNTMAP_readonly) != GNTMAP_host_map ) in create_grant_p2m_mapping()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dgrant_table.c37 unsigned int cache_flags) in grant_to_pte_flags() argument
48 pte_flags |= cacheattr_to_pte_flags(cache_flags >> 5); in grant_to_pte_flags()
54 unsigned int flags, unsigned int cache_flags) in create_grant_pv_mapping() argument
63 nl1e = l1e_from_pfn(frame, grant_to_pte_flags(flags, cache_flags)); in create_grant_pv_mapping()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dgrant_table.h18 cache_flags);
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dmm.c1428 unsigned int flags, unsigned int cache_flags) in create_grant_host_mapping() argument
1433 if ( cache_flags || (flags & ~GNTMAP_readonly) != GNTMAP_host_map ) in create_grant_host_mapping()
/xen-4.10.0-shim-comet/xen/common/
A Dgrant_table.c880 unsigned int cache_flags, refcnt = 0, typecnt = 0; in map_grant_ref() local
994 cache_flags = (shah->flags & (GTF_PAT | GTF_PWT | GTF_PCD) ); in map_grant_ref()
1040 cache_flags); in map_grant_ref()

Completed in 16 milliseconds