Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/
H A Dxstate.c96 xbuf2 = alloc_xbuf(); in validate_xregs_same()
115 xbuf = alloc_xbuf(); in check_xstate()
262 xbuf = alloc_xbuf(); in ptracee_touch_xstate()
284 xbuf1 = alloc_xbuf(); in ptracer_inject_xstate()
285 xbuf2 = alloc_xbuf(); in ptracer_inject_xstate()
419 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.h142 static inline struct xsave_buffer *alloc_xbuf(void) in alloc_xbuf() function