Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/boot/compressed/
Dident_map_64.c351 error_puthex(error_code); in do_pf_error()
353 error_puthex(address); in do_pf_error()
355 error_puthex(ip - (unsigned long)_head); in do_pf_error()
Dmisc.h69 #define error_puthex(__x) __puthex(__x) macro