Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/fpu/
H A Dcore.c254 fpstate->is_valloc = true; in fpu_alloc_guest_fpstate()
289 if (WARN_ON_ONCE(!fpstate->is_valloc || !fpstate->is_guest || fpstate->in_use)) in fpu_free_guest_fpstate()
H A Dxstate.c1596 newfps->is_valloc = true; in fpstate_realloc()
1645 if (curfps && curfps->is_valloc) in fpstate_realloc()
/linux/arch/x86/include/asm/fpu/
H A Dtypes.h394 unsigned int is_valloc : 1; member