Home
last modified time | relevance | path

Searched refs:rp_val0 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dbinfmt_flat.c439 u32 rp_val0, rp_val1; in skip_got_header() local
441 if (get_user(rp_val0, rp)) in skip_got_header()
446 if (rp_val0 == 0xffffffff && rp_val1 == 0xffffffff) in skip_got_header()
448 else if (rp_val0 == 0xffffffff) in skip_got_header()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_flat.c389 u32 rp_val0, rp_val1; in skip_got_header() local
391 if (get_user(rp_val0, rp)) in skip_got_header()
396 if (rp_val0 == 0xffffffff && rp_val1 == 0xffffffff) in skip_got_header()
398 else if (rp_val0 == 0xffffffff) in skip_got_header()

Completed in 5 milliseconds