Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dxstate.c97 xbuf2 = alloc_xbuf(); in validate_xregs_same()
116 xbuf = alloc_xbuf(); in check_xstate()
263 xbuf = alloc_xbuf(); in ptracee_touch_xstate()
285 xbuf1 = alloc_xbuf(); in ptracer_inject_xstate()
286 xbuf2 = alloc_xbuf(); in ptracer_inject_xstate()
420 stashed_xbuf = alloc_xbuf(); in test_signal()
H A Damx.c41 stashed_xsave = alloc_xbuf(); in init_stashed_xsave()
411 xbuf2 = alloc_xbuf(); in __validate_tiledata_regs()
H A Dxstate.h144 static inline struct xsave_buffer *alloc_xbuf(void) in alloc_xbuf() function