Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Damd_nb.c229 static int __amd_smn_rw(u16 node, u32 address, u32 *value, bool write) in __amd_smn_rw() function
261 int err = __amd_smn_rw(node, address, value, false); in amd_smn_read()
274 return __amd_smn_rw(node, address, &value, true); in amd_smn_write()