Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dmachdep_boot.c204 if (abp->abp_r0 != 0 || abp->abp_r2 == 0) in linux_parse_boot_param()
208 dtb_ptr = (struct fdt_header *)abp->abp_r2; in linux_parse_boot_param()
216 walker = (struct arm_lbabi_tag *)abp->abp_r2; in linux_parse_boot_param()
/freebsd/sys/arm/include/
H A Dcpu.h712 register_t abp_r2; /* r2 from the boot loader */ member