opnsense-src/sys/contrib/ck/include
Mark Johnston d75884df78 ck: Correct asm output operand widths in amd64 pointer intrinsics
This does not appear to change generated code with the default
toolchain.  However, KMSAN makes use of output operand specifications to
instrument inline asm, and with incorrect specifications we get false
positives in code that uses the CK_(S)LIST macros.

This was submitted upstream:
https://github.com/concurrencykit/ck/pull/175

The commit applies the same change locally to make KMSAN usable until
something equivalent is merged upstream.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2021-08-10 21:27:54 -04:00
..
gcc ck: Correct asm output operand widths in amd64 pointer intrinsics 2021-08-10 21:27:54 -04:00
spinlock Import CK as of commit 08813496570879fbcc2adcdd9ddc0a054361bfde, mostly 2018-08-09 12:11:49 +00:00
ck_array.h
ck_backoff.h
ck_barrier.h
ck_bitmap.h
ck_brlock.h
ck_bytelock.h
ck_cc.h Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8 2018-04-02 23:40:50 +00:00
ck_cohort.h
ck_elide.h
ck_epoch.h ck: add support for executing callbacks outside of main poll loop 2018-05-17 18:14:10 +00:00
ck_fifo.h
ck_hp.h
ck_hp_fifo.h
ck_hp_stack.h
ck_hs.h Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8 2018-04-02 23:40:50 +00:00
ck_ht.h
ck_limits.h
ck_malloc.h
ck_md.h Remove sparc64 kernel support 2020-02-03 17:35:11 +00:00
ck_pflock.h
ck_pr.h Remove FreeBSD/armv4 specific bits from CK. 2020-04-13 23:16:32 +00:00
ck_queue.h MFV CK@r336629: Import CK as of commit 1c1f9901c2dea7a883342cd03d3906a1bc482583 2018-07-23 11:21:43 +00:00
ck_rhs.h
ck_ring.h Import CK as of commit b19ed4c6a56ec93215ab567ba18ba61bf1cfbac8 2018-04-02 23:40:50 +00:00
ck_rwcohort.h
ck_rwlock.h
ck_sequence.h
ck_spinlock.h
ck_stack.h
ck_stdbool.h
ck_stddef.h
ck_stdint.h
ck_stdlib.h
ck_string.h
ck_swlock.h
ck_tflock.h