Home
last modified time | relevance | path

Searched refs:last_bitoffs (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_probe.c439 ctx->last_bitoffs += BTF_INT_OFFSET(intdata); in fetch_type_from_btf_type()
604 ctx->last_bitoffs = bitoffs % 8; in parse_btf_field()
699 ctx->last_bitoffs = 0; in parse_btf_arg()
725 if ((ctx->last_bitsize % 8 == 0) && ctx->last_bitoffs == 0) in parse_btf_bitfield()
736 code->lshift = 64 - (ctx->last_bitsize + ctx->last_bitoffs); in parse_btf_bitfield()
H A Dtrace_probe.h418 u32 last_bitoffs; /* Saved bitoffs */ member