Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/x86_64/
H A Dloose_ends.c798 addr64_t linesize = cpuid_info()->cache_linesize; in dcache_incoherent_io_store64() local
799 addr64_t bound = (pa + count + linesize - 1) & ~(linesize - 1); in dcache_incoherent_io_store64()
805 pa += linesize; in dcache_incoherent_io_store64()
823 uint64_t linesize = cpuid_info()->cache_linesize; in flush_dcache64() local
824 addr64_t bound = (addr + count + linesize - 1) & ~(linesize - 1); in flush_dcache64()
828 addr += linesize; in flush_dcache64()
/xnu-12377.81.4/osfmk/i386/
H A Dcpuid.h367 unsigned int linesize; /* Cache line size */ member
374 #define CACHE_DESC(value, type, size, linesize, text) \ argument
375 { value, type, size, linesize, text }
377 #define CACHE_DESC(value, type, size, linesize, text) \ argument
378 { value, type, size, linesize }
/xnu-12377.81.4/tests/
H A Dstackshot_block_owner_14362384.m154 ssize_t linesize = getline(&line, &linecap, p);
155 if (linesize < 0) {
/xnu-12377.81.4/bsd/dev/i386/
H A Dsysctl.c644 SYSCTL_PROC(_machdep_cpu_cache, OID_AUTO, linesize,