Home
last modified time | relevance | path

Searched defs:LOAD32 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/mips/lib/
H A Dcsum_partial.S44 #define LOAD32 lwu macro
51 #define LOAD32 lw macro
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c33 #define LOAD32(buffer, offset) (ntohl(*(uint32_t *)&buffer[offset])) macro