Searched refs:cacheattr (Results 1 – 6 of 6) sorted by relevance
360 static inline unsigned int cacheattr_to_pte_flags(unsigned int cacheattr) in cacheattr_to_pte_flags() argument362 return ((cacheattr & 4) << 5) | ((cacheattr & 3) << 3); in cacheattr_to_pte_flags()
35 OBJS += smp.o cacheattr.o xenbus.o vnuma.o
60 allow $1 $2:hvm { cacheattr getparam hvmctl sethvmc154 allow $1 $2_target:hvm { getparam setparam hvmctl cacheattr dm };
820 static int update_xen_mappings(unsigned long mfn, unsigned int cacheattr) in update_xen_mappings() argument828 if ( unlikely(alias) && cacheattr ) in update_xen_mappings()832 PAGE_HYPERVISOR | cacheattr_to_pte_flags(cacheattr)); in update_xen_mappings()833 if ( unlikely(alias) && !cacheattr && !err ) in update_xen_mappings()1043 unsigned long cacheattr = pte_flags_to_cacheattr(l1f); in get_page_from_l1e() local1058 nx = (x & ~PGC_cacheattr_mask) | (cacheattr << PGC_cacheattr_base); in get_page_from_l1e()1061 err = update_xen_mappings(mfn, cacheattr); in get_page_from_l1e()1064 cacheattr = y & PGC_cacheattr_mask; in get_page_from_l1e()1067 nx = (x & ~PGC_cacheattr_mask) | cacheattr; in get_page_from_l1e()2187 unsigned int cacheattr = in cleanup_page_cacheattr() local[all …]
268 cacheattr
266 (XEN) avc: denied { cacheattr } for domid=0 scontext=system_u:system_r:dom0_t tcontext=system_u:s…
Completed in 16 milliseconds