Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Damd_nb.c132 static int __amd_smn_rw(u16 node, u32 address, u32 *value, bool write) in __amd_smn_rw() function
167 return __amd_smn_rw(node, address, value, false); in amd_smn_read()
173 return __amd_smn_rw(node, address, &value, true); in amd_smn_write()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Damd_nb.c177 static int __amd_smn_rw(u16 node, u32 address, u32 *value, bool write) in __amd_smn_rw() function
212 return __amd_smn_rw(node, address, value, false); in amd_smn_read()
218 return __amd_smn_rw(node, address, &value, true); in amd_smn_write()

Completed in 3 milliseconds