Searched refs:cacheattr (Results 1 – 4 of 4) sorted by relevance
378 static inline unsigned int cacheattr_to_pte_flags(unsigned int cacheattr) in cacheattr_to_pte_flags() argument380 return ((cacheattr & 4) << 5) | ((cacheattr & 3) << 3); in cacheattr_to_pte_flags()
32 OBJS += smp.o cacheattr.o xenbus.o vnuma.o
788 static int update_xen_mappings(unsigned long mfn, unsigned int cacheattr) in update_xen_mappings() argument796 if ( unlikely(alias) && cacheattr ) in update_xen_mappings()800 PAGE_HYPERVISOR | cacheattr_to_pte_flags(cacheattr)); in update_xen_mappings()801 if ( unlikely(alias) && !cacheattr && !err ) in update_xen_mappings()1014 unsigned long cacheattr = pte_flags_to_cacheattr(l1f); in get_page_from_l1e() local1029 nx = (x & ~PGC_cacheattr_mask) | (cacheattr << PGC_cacheattr_base); in get_page_from_l1e()1032 err = update_xen_mappings(mfn, cacheattr); in get_page_from_l1e()1035 cacheattr = y & PGC_cacheattr_mask; in get_page_from_l1e()1038 nx = (x & ~PGC_cacheattr_mask) | cacheattr; in get_page_from_l1e()2456 unsigned int cacheattr = in cleanup_page_mappings() local[all …]
230 (XEN) avc: denied { cacheattr } for domid=0 scontext=system_u:system_r:dom0_t tcontext=system_u:s…
Completed in 18 milliseconds