Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Dvm86_32.c412 #define val_byte(val, n) (((__u8 *)&val)[n]) macro
426 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
429 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
437 if (put_user(val_byte(__val, 3), base + ptr) < 0) \
440 if (put_user(val_byte(__val, 2), base + ptr) < 0) \
443 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
446 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
462 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
465 if (get_user(val_byte(__res, 1), base + ptr) < 0) \
474 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
[all …]

Completed in 7 milliseconds