Home
last modified time | relevance | path

Searched defs:counter_u64_add_protected (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dcounter.h82 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
148 #define counter_u64_add_protected(c, inc) do { \ macro
/freebsd/sys/arm64/include/
H A Dcounter.h80 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd/sys/arm/include/
H A Dcounter.h78 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd/sys/riscv/include/
H A Dcounter.h75 #define counter_u64_add_protected(c, inc) counter_u64_add(c, inc) macro
/freebsd/sys/amd64/include/
H A Dcounter.h85 #define counter_u64_add_protected(c, i) counter_u64_add(c, i) macro
/freebsd/sys/i386/include/
H A Dcounter.h177 #define counter_u64_add_protected(c, inc) do { \ macro