Searched refs:vmx_reserve (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/include/uapi/asm/
H A Dsigcontext.h36 * followed by an unstructured (vmx_reserve) field of 101 doublewords. This
41 * address of the first quadword within the allocated (vmx_reserve) area.
83 * is stored at the start of vmx_reserve. vmx_reserve is extended for
88 long vmx_reserve[ELF_NVRREG + ELF_NVRREG + 1 + 32]; member in struct:sigcontext
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c75 * This computes a quad word aligned pointer inside the vmx_reserve array
83 return (elf_vrreg_t __user *) (((unsigned long)sc->vmx_reserve + 15) & ~0xful);

Completed in 126 milliseconds