Home
last modified time | relevance | path

Searched refs:size1 (Results 1 – 7 of 7) sorted by relevance

/arch/mips/kernel/
Dcpu-r3k-probe.c46 unsigned long size1, size2; in cpu_has_confreg() local
49 size1 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
53 return size1 != size2; in cpu_has_confreg()
Dcpu-probe.c183 unsigned long size1, size2; in cpu_has_confreg() local
186 size1 = r3k_cache_size(ST0_ISC); in cpu_has_confreg()
190 return size1 != size2; in cpu_has_confreg()
/arch/s390/boot/
Dipl_report.c25 unsigned long addr1, unsigned long size1) in intersects() argument
27 return addr0 + size0 > addr1 && addr1 + size1 > addr0; in intersects()
/arch/mips/include/asm/octeon/
Dcvmx-pko.h179 uint64_t size1:2; member
260 uint64_t size1:2;
Dcvmx-pko-defs.h2093 uint64_t size1:8; member
2097 uint64_t size1:8;
/arch/x86/lib/
Dusercopy_64.c45 : [size1] "r"(size & 7), "[size8]" (size / 8), "[dst]"(addr)); in __clear_user()
/arch/mips/cavium-octeon/executive/
Dcvmx-helper.c659 min_pkt.s.size1 = 59; in __cvmx_helper_global_setup_pko()