Home
last modified time | relevance | path

Searched defs:upper32 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c162 u32 upper32; in emit_imm() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c273 static __always_inline u32 upper32(u64 x) { return (u32)(x >> 32); } in upper32() function