Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Didentcpu.c1805 print_AMD_assoc(int i) in print_AMD_assoc() function
1839 print_AMD_assoc(regs[0] >> 24); in print_AMD_info()
1842 print_AMD_assoc((regs[0] >> 8) & 0xff); in print_AMD_info()
1845 print_AMD_assoc(regs[1] >> 24); in print_AMD_info()
1848 print_AMD_assoc((regs[1] >> 8) & 0xff); in print_AMD_info()
1853 print_AMD_assoc((regs[2] >> 16) & 0xff); in print_AMD_info()
1858 print_AMD_assoc((regs[3] >> 16) & 0xff); in print_AMD_info()