Home
last modified time | relevance | path

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

/openbmc/linux/kernel/debug/kdb/
H A Dkdb_private.h100 extern int kdb_getphysword(unsigned long *word,
H A Dkdb_support.c343 int kdb_getphysword(unsigned long *word, unsigned long addr, size_t size) in kdb_getphysword() function
H A Dkdb_main.c1549 if (kdb_getphysword(&word, addr, bytesperword)) in kdb_md_line()
1760 if (kdb_getphysword(&word, a, bytesperword) in kdb_md()