Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dvm86_32.c443 #define val_byte(val, n) (((__u8 *)&val)[n]) macro
457 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
460 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
468 if (put_user(val_byte(__val, 3), base + ptr) < 0) \
471 if (put_user(val_byte(__val, 2), base + ptr) < 0) \
474 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
477 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
493 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
496 if (get_user(val_byte(__res, 1), base + ptr) < 0) \
505 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
[all …]