Home
last modified time | relevance | path

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

/xnu-8020.101.4/pexpert/pexpert/
H A Dpexpert.h68 void PE_save_buffer_to_vram(
/xnu-8020.101.4/osfmk/arm/
H A Dmodel_dep.c801 PE_save_buffer_to_vram((unsigned char*)gPanicBase, &pi_size); in SavePanicInfo()
845 PE_save_buffer_to_vram((unsigned char *)gPanicBase, &panicbuf_length); in paniclog_flush()
/xnu-8020.101.4/pexpert/arm/
H A Dpe_init.c596 PE_save_buffer_to_vram(unsigned char *buf, unsigned int *size) in PE_save_buffer_to_vram() function