Home
last modified time | relevance | path

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

/linux/arch/nios2/include/asm/
H A Dswitch_to.h19 void *_last; \
25 : "=r" (_last) \
28 (last) = _last; \
/linux/arch/m68k/include/asm/
H A Dswitch_to.h34 register void *_last __asm__ ("d1"); \
36 : "=a" (_prev), "=a" (_next), "=d" (_last) \
39 (last) = _last; \
/linux/kernel/liveupdate/
H A Dluo_session.c365 #define IOCTL_OP(_ioctl, _fn, _struct, _last, _type) \ argument
370 .min_size = offsetofend(_struct, _last), \
/linux/tools/testing/selftests/iommu/
H A Diommufd.c94 #define TEST_LENGTH(_struct, _ioctl, _last) \ in TEST_F() argument
96 size_t min_size = offsetofend(struct _struct, _last); \ in TEST_F()