Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dmatch.h107 #define UNPACK_ARRAY(TABLE, BLOB, LEN, TTYPE, BTYPE, NTOHX) \ argument
111 BTYPE *__b = (BTYPE *) BLOB; \
112 BUILD_BUG_ON(sizeof(TTYPE) != sizeof(BTYPE)); \
114 memcpy(__t, __b, (LEN) * sizeof(BTYPE)); \
/linux/Documentation/hwmon/
H A Dtwl4030-madc-hwmon.rst27 0 Battery type(BTYPE)
/linux/arch/riscv/kernel/
H A Dmachine_kexec_file.c200 *(u32 *)loc = CLEAN_IMM(BTYPE, *(u32 *)loc) | in arch_kexec_apply_relocations_add()