Searched defs:e0 (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/purgatory/
H A Dsha256.c33 #define e0(x) (ror32(x, 2) ^ ror32(x, 13) ^ ror32(x, 22)) macro
/linux-4.1.27/crypto/
H A Dsha256_generic.c40 #define e0(x) (ror32(x, 2) ^ ror32(x,13) ^ ror32(x,22)) macro
H A Dsha512_generic.c66 #define e0(x) (ror64(x,28) ^ ror64(x,34) ^ ror64(x,39)) macro
/linux-4.1.27/arch/mn10300/include/uapi/asm/
H A Dsigcontext.h29 unsigned long e0; member in struct:sigcontext
H A Dptrace.h57 unsigned long e0; member in struct:pt_regs
/linux-4.1.27/arch/mn10300/include/asm/
H A Dgdb-stub.h82 u32 e0, e1, e2, e3, e4, e5, e6, e7; member in struct:gdb_regs
/linux-4.1.27/arch/s390/include/asm/
H A Detr.h10 unsigned int e0 : 1; /* port 0 stepping control */ member in struct:etr_eacr

Completed in 207 milliseconds