Home
last modified time | relevance | path

Searched refs:zpcpu_offset_to_base (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dpcpu.h245 #ifndef zpcpu_offset_to_base
246 #define zpcpu_offset_to_base(base) (base) macro
/f-stack/freebsd/amd64/include/
H A Dpcpu.h252 #define zpcpu_offset_to_base(base) (void *)((uintptr_t)(base) + (uintptr_t)&__pcpu[0]) macro
/f-stack/freebsd/vm/
H A Duma_core.c3223 item = zpcpu_offset_to_base(pcpu_item); in uma_zfree_pcpu_arg()