Home
last modified time | relevance | path

Searched refs:MDF_UNCACHEABLE (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/amd64/amd64/
H A Damd64_mem.c99 MDF_UNCACHEABLE,
125 (flag1 == MDF_WRITEBACK && flag2 == MDF_UNCACHEABLE) || in mtrrconflict()
126 (flag2 == MDF_WRITEBACK && flag1 == MDF_UNCACHEABLE)) in mtrrconflict()
172 mrt = MDF_UNCACHEABLE; in mrfetch()
188 mrt = MDF_UNCACHEABLE; in mrfetch()
204 mrt = MDF_UNCACHEABLE; in mrfetch()
221 mrt = MDF_UNCACHEABLE; in mrfetch()
255 return MDF_UNCACHEABLE; in mtrrtype()
H A Dvmm_machdep.c8089 case MDF_UNCACHEABLE: DPRINTF("UC"); break; in vmm_decode_mtrrdeftype_value()
/openbsd/sys/arch/i386/i386/
H A Di686_mem.c98 MDF_UNCACHEABLE,
124 (flag1 == MDF_WRITEBACK && flag2 == MDF_UNCACHEABLE) || in mtrrconflict()
125 (flag2 == MDF_WRITEBACK && flag1 == MDF_UNCACHEABLE)) in mtrrconflict()
171 mrt = MDF_UNCACHEABLE; in mrfetch()
187 mrt = MDF_UNCACHEABLE; in mrfetch()
203 mrt = MDF_UNCACHEABLE; in mrfetch()
220 mrt = MDF_UNCACHEABLE; in mrfetch()
254 return MDF_UNCACHEABLE; in mtrrtype()
H A Dk6_mem.c82 if (desc->mr_flags &~ (MDF_WRITECOMBINE|MDF_UNCACHEABLE)) in k6_mrmake()
88 uc = (desc->mr_flags & MDF_UNCACHEABLE) ? 1 : 0; in k6_mrmake()
118 sc->mr_desc[d].mr_flags |= MDF_UNCACHEABLE; in k6_mrinit()
/openbsd/sys/sys/
H A Dmemrange.h32 #define MDF_UNCACHEABLE (1<<0) /* region not cached */ macro
/openbsd/usr.sbin/memconfig/
H A Dmemconfig.c48 {"uncacheable", MDF_UNCACHEABLE, MDF_SETTABLE},