Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/kern/
H A Decc.h205 extern kern_return_t ecc_log_memory_error(uint64_t physical_address, ecc_flags_t ecc_flags);
206 extern kern_return_t ecc_log_memory_error_internal(uint64_t physical_address, ecc_flags_t ecc_flags…
211 extern kern_return_t ecc_log_memory_error_delayed(uint64_t physical_address, ecc_flags_t ecc_flags);
225 kern_return_t ecc_log_memory_error_ce(uint64_t physical_address, ecc_flags_t ecc_flags, uint32_t ce…
H A Decc_logging.c58 __unused pmap_paddr_t physical_address, in ecc_log_memory_error() argument
66 __unused pmap_paddr_t physical_address, in ecc_log_memory_error_internal() argument
74 __unused pmap_paddr_t physical_address, in ecc_log_memory_error_ce() argument
96 __unused pmap_paddr_t physical_address, in ecc_log_memory_error_delayed() argument
H A Dexclaves_shared_memory.h188 void (^cb)(uint64_t physical_address));
H A Dexclaves_panic.c108 copy_panic_buffer_pages(msg.cmd_panic_setup.response.physical_address); in exclaves_xnu_proxy_panic_thread()