Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dvm86_32.c437 #define val_byte(val, n) (((__u8 *)&val)[n]) macro
451 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
454 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
462 if (put_user(val_byte(__val, 3), base + ptr) < 0) \
465 if (put_user(val_byte(__val, 2), base + ptr) < 0) \
468 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
471 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
487 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
490 if (get_user(val_byte(__res, 1), base + ptr) < 0) \
499 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
[all …]