Home
last modified time | relevance | path

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

/xnu-10063.141.1/pexpert/arm/
H A Dpe_init.c411 boot_args *boot_args_ptr = (boot_args *) args; in PE_init_platform() local
416 PE_state.bootArgs = boot_args_ptr; in PE_init_platform()
417 PE_state.deviceTreeHead = boot_args_ptr->deviceTreeP; in PE_init_platform()
418 PE_state.deviceTreeSize = boot_args_ptr->deviceTreeLength; in PE_init_platform()
419 PE_state.video.v_baseAddr = boot_args_ptr->Video.v_baseAddr; in PE_init_platform()
420 PE_state.video.v_rowBytes = boot_args_ptr->Video.v_rowBytes; in PE_init_platform()
421 PE_state.video.v_width = boot_args_ptr->Video.v_width; in PE_init_platform()
422 PE_state.video.v_height = boot_args_ptr->Video.v_height; in PE_init_platform()
423 …PE_state.video.v_depth = (boot_args_ptr->Video.v_depth >> kBootVideoDepthDepthShift) & kBootVideoD… in PE_init_platform()
425 …((boot_args_ptr->Video.v_depth >> kBootVideoDepthRotateShift) & kBootVideoDepthMask) + // rotat… in PE_init_platform()
[all …]