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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dx86-linux-nat.c115 uint64_t xcr0_features_bits;
185 PTRACE_GETREGSET is not available then set xcr0_features_bits to
189 xcr0_features_bits = xcr0 & X86_XSTATE_ALL_MASK;
191 xcr0_features_bits = 0;
196 return amd64_linux_read_description (xcr0_features_bits, is_x32);
202 = i386_linux_read_description (xcr0_features_bits);
114 uint64_t xcr0_features_bits; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dx86-linux-nat.c117 uint64_t xcr0_features_bits;
184 PTRACE_GETREGSET is not available then set xcr0_features_bits to
188 xcr0_features_bits = xcr0 & X86_XSTATE_ALL_MASK;
190 xcr0_features_bits = 0;
195 return amd64_linux_read_description (xcr0_features_bits, is_x32);
201 = i386_linux_read_description (xcr0_features_bits);
116 uint64_t xcr0_features_bits; local

Completed in 108 milliseconds