Searched refs:X86_XSTATE_PKRU (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dx86-xstate.h38 #define X86_XSTATE_PKRU (1ULL << 9) macro
48 | X86_XSTATE_AVX512 | X86_XSTATE_PKRU)
66 #define HAS_PKRU(XCR0) (((XCR0) & X86_XSTATE_PKRU) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dx86-xstate.h38 #define X86_XSTATE_PKRU (1ULL << 9) macro
48 | X86_XSTATE_AVX512 | X86_XSTATE_PKRU)
66 #define HAS_PKRU(XCR0) (((XCR0) & X86_XSTATE_PKRU) != 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/arch/
H A Damd64.c74 if ((xcr0 & X86_XSTATE_PKRU) && !is_x32)
H A Di386.c69 if (xcr0 & X86_XSTATE_PKRU)
/netbsd-current/external/gpl3/gdb/dist/gdb/arch/
H A Damd64.c75 if (xcr0 & X86_XSTATE_PKRU)
H A Di386.c69 if (xcr0 & X86_XSTATE_PKRU)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-x86-tdesc.cc36 if (xcr0 & X86_XSTATE_PKRU)
H A Di387-fp.cc328 if ((clear_bv & X86_XSTATE_PKRU))
504 if ((x86_xcr0 & X86_XSTATE_PKRU))
514 xstate_bv |= X86_XSTATE_PKRU;
873 if ((x86_xcr0 & X86_XSTATE_PKRU) != 0)
877 if ((clear_bv & X86_XSTATE_PKRU) != 0)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-x86-tdesc.cc36 if (xcr0 & X86_XSTATE_PKRU)
H A Di387-fp.cc332 if ((clear_bv & X86_XSTATE_PKRU))
514 if ((x86_xcr0 & X86_XSTATE_PKRU))
524 xstate_bv |= X86_XSTATE_PKRU;
897 if ((x86_xcr0 & X86_XSTATE_PKRU) != 0)
901 if ((clear_bv & X86_XSTATE_PKRU) != 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di387-tdep.c1009 if ((clear_bv & X86_XSTATE_PKRU))
1077 if ((tdep->xcr0 & X86_XSTATE_PKRU))
1079 if ((clear_bv & X86_XSTATE_PKRU))
1445 if ((clear_bv & X86_XSTATE_PKRU))
1521 if ((tdep->xcr0 & X86_XSTATE_PKRU))
1529 xstate_bv |= X86_XSTATE_PKRU;
1694 xstate_bv |= X86_XSTATE_PKRU;
H A Di386-linux-tdep.c696 [(xcr0 & X86_XSTATE_PKRU) ? 1 : 0];
H A Damd64-linux-tdep.c1595 [(xcr0_features_bit & X86_XSTATE_PKRU) ? 1 : 0];
H A Damd64-tdep.c3358 [(xcr0 & X86_XSTATE_PKRU) ? 1 : 0]
H A Di386-tdep.c8407 tdep->xcr0 |= X86_XSTATE_PKRU;
8834 [(xcr0 & X86_XSTATE_PKRU) ? 1 : 0]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Di387-tdep.c1014 if ((clear_bv & X86_XSTATE_PKRU))
1082 if ((tdep->xcr0 & X86_XSTATE_PKRU))
1084 if ((clear_bv & X86_XSTATE_PKRU))
1450 if ((clear_bv & X86_XSTATE_PKRU))
1526 if ((tdep->xcr0 & X86_XSTATE_PKRU))
1534 xstate_bv |= X86_XSTATE_PKRU;
1698 xstate_bv |= X86_XSTATE_PKRU;
H A Di386-linux-tdep.c697 [(xcr0 & X86_XSTATE_PKRU) ? 1 : 0];
H A Damd64-linux-tdep.c1598 [(xcr0_features_bit & X86_XSTATE_PKRU) ? 1 : 0];
1605 [(xcr0_features_bit & X86_XSTATE_PKRU) ? 1 : 0];
H A Damd64-tdep.c3355 [(xcr0 & X86_XSTATE_PKRU) ? 1 : 0]
H A Di386-tdep.c8422 tdep->xcr0 |= X86_XSTATE_PKRU;
8846 [(xcr0 & X86_XSTATE_PKRU) ? 1 : 0]

Completed in 580 milliseconds