Home
last modified time | relevance | path

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

/xen/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/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/xen/include/asm-x86/
A Dgrant_table.h22 unsigned int cache_flags) in create_grant_host_mapping() argument
25 return create_grant_p2m_mapping(addr, frame, flags, cache_flags); in create_grant_host_mapping()
26 return create_grant_pv_mapping(addr, frame, flags, cache_flags); in create_grant_host_mapping()
/xen/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/xen/arch/x86/pv/
A Dgrant_table.c31 unsigned int cache_flags) in grant_to_pte_flags() argument
42 pte_flags |= cacheattr_to_pte_flags(cache_flags >> 5); in grant_to_pte_flags()
48 unsigned int flags, unsigned int cache_flags) in create_grant_pv_mapping() argument
57 nl1e = l1e_from_mfn(frame, grant_to_pte_flags(flags, cache_flags)); in create_grant_pv_mapping()
/xen/xen/include/asm-arm/
A Dgrant_table.h33 unsigned int flags, unsigned int cache_flags);
/xen/xen/arch/arm/
A Dmm.c1586 unsigned int flags, unsigned int cache_flags) in create_grant_host_mapping() argument
1591 if ( cache_flags || (flags & ~GNTMAP_readonly) != GNTMAP_host_map ) in create_grant_host_mapping()
/xen/xen/common/
A Dgrant_table.c991 unsigned int cache_flags, clear_flags = 0, refcnt = 0, typecnt = 0; in map_grant_ref() local
1107 cache_flags = (shah->flags & (GTF_PAT | GTF_PWT | GTF_PCD) ); in map_grant_ref()
1153 cache_flags); in map_grant_ref()

Completed in 18 milliseconds