Home
last modified time | relevance | path

Searched refs:linesize (Results 1 – 4 of 4) sorted by relevance

/xnu-8792.61.2/osfmk/x86_64/
H A Dloose_ends.c952 addr64_t linesize = cpuid_info()->cache_linesize; in dcache_incoherent_io_store64() local
953 addr64_t bound = (pa + count + linesize - 1) & ~(linesize - 1); in dcache_incoherent_io_store64()
959 pa += linesize; in dcache_incoherent_io_store64()
977 uint64_t linesize = cpuid_info()->cache_linesize; in flush_dcache64() local
978 addr64_t bound = (addr + count + linesize - 1) & ~(linesize - 1); in flush_dcache64()
982 addr += linesize; in flush_dcache64()
/xnu-8792.61.2/osfmk/i386/
H A Dcpuid.h366 unsigned int linesize; /* Cache line size */ member
373 #define CACHE_DESC(value, type, size, linesize, text) \ argument
374 { value, type, size, linesize, text }
376 #define CACHE_DESC(value, type, size, linesize, text) \ argument
377 { value, type, size, linesize }
/xnu-8792.61.2/tests/
H A Dstackshot_block_owner_14362384.m154 ssize_t linesize = getline(&line, &linecap, p);
155 if (linesize < 0) {
/xnu-8792.61.2/bsd/dev/i386/
H A Dsysctl.c644 SYSCTL_PROC(_machdep_cpu_cache, OID_AUTO, linesize,