Searched refs:UMA_PCPU_ALLOC_SIZE (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/amd64/include/
H A Dpcpu_aux.h45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size"); variable
H A Dpcpu.h103 char __pad[2916] /* pad to UMA_PCPU_ALLOC_SIZE */
249 #define zpcpu_offset_cpu(cpu) ((uintptr_t)&__pcpu[0] + UMA_PCPU_ALLOC_SIZE * cpu)
/freebsd-13-stable/sys/mips/include/
H A Dcounter.h50 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
71 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-13-stable/sys/arm/include/
H A Dcounter.h48 return (atomic_load_64((uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE *
69 atomic_store_64((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-13-stable/sys/arm64/include/
H A Dcounter.h45 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
65 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-13-stable/sys/i386/include/
H A Dpcpu_aux.h45 _Static_assert(sizeof(struct pcpu) == UMA_PCPU_ALLOC_SIZE, "fix pcpu size"); variable
H A Dcounter.h101 UMA_PCPU_ALLOC_SIZE * PCPU_GET(cpuid)));
123 UMA_PCPU_ALLOC_SIZE * i);
157 p = (uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE * PCPU_GET(cpuid));
169 *(uint64_t *)((char *)c + UMA_PCPU_ALLOC_SIZE * i) = 0;
/freebsd-13-stable/sys/powerpc/include/
H A Dcounter.h51 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
71 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
114 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
135 *((uint64_t *)((char *)arg + UMA_PCPU_ALLOC_SIZE *
/freebsd-13-stable/sys/riscv/include/
H A Dcounter.h45 return (*(uint64_t *)((char *)p + UMA_PCPU_ALLOC_SIZE * cpu));
/freebsd-13-stable/sys/sys/
H A Dpcpu.h222 #define UMA_PCPU_ALLOC_SIZE PAGE_SIZE macro
236 #define zpcpu_offset_cpu(cpu) (UMA_PCPU_ALLOC_SIZE * cpu)
/freebsd-13-stable/sys/vm/
H A Duma_core.c2131 (keg->uk_size <= UMA_PCPU_ALLOC_SIZE &&

Completed in 113 milliseconds