Searched refs:cache_flags (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | grant_table.h | 28 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 D | grant_table.h | 27 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 D | grant_table.h | 26 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 D | grant_table.c | 30 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 D | grant_table.c | 37 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 D | grant_table.h | 18 cache_flags);
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | mm.c | 1428 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 D | grant_table.c | 880 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