HomeFreeBSD

sys/_types.h: define fallback __(u)intcap_t

Description

sys/_types.h: define fallback __(u)intcap_t

intcap_t and uintcap_t are new primative types in CHERI-aware ABIs
that are used to define (u)intptr_t. To allow coexistance of integer
pointers and hybrid code, define them to __(u)intptr_t when they are
not otherwise available.

Reviewed by: kib, markj
Effort: CHERI upstreaming
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D53820

Details

Provenance
brooksAuthored on Thu, Nov 27, 2:54 PM
Reviewer
kib
Differential Revision
D53820: sys/_types.h: define fallback __(u)intcap_t
Parents
rG96e05e2d1dfc: sys/_types.h: define __(u)int(f)ptr_t for CHERI
Branches
Unknown
Tags
Unknown