Searched defs:get_unaligned (Results 1 - 4 of 4) sorted by path

/linux-master/include/asm-generic/
H A Dunaligned.h22 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
/linux-master/tools/include/asm-generic/
H A Dunaligned.h23 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.h33 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro
H A Dxdp_synproxy_kern.c68 #define get_unaligned(ptr) __get_unaligned_t(typeof(*(ptr)), (ptr)) macro

Completed in 194 milliseconds