Home
last modified time | relevance | path

Searched refs:clflush_size (Results 1 – 5 of 5) sorted by relevance

/xen/tools/tests/x86_emulator/
A Dx86-emulate.h131 #define cache_line_size() (cp.basic.clflush_size * 8)
/xen/xen/include/xen/lib/x86/
A Dcpuid.h120 clflush_size, /* Number of 8-byte blocks per cache line. */
/xen/xen/drivers/passthrough/vtd/
A Diommu.c153 static unsigned long clflush_size = 0; in sync_cache() local
159 if ( clflush_size == 0 ) in sync_cache()
160 clflush_size = get_cache_line_size(); in sync_cache()
162 addr -= (unsigned long)addr & (clflush_size - 1); in sync_cache()
163 for ( ; addr < end; addr += clflush_size ) in sync_cache()
/xen/xen/arch/x86/
A Dcpuid.c662 p->basic.clflush_size = max->basic.clflush_size; in recalculate_cpuid_policy()
/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.c5853 limit = ctxt->cpuid->basic.clflush_size * 8; in x86_emulate()

Completed in 28 milliseconds