Home
last modified time | relevance | path

Searched refs:abp_r0 (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()
286 if ((mdp = (void *)(abp->abp_r0 & ~PAGE_MASK)) == NULL) in freebsd_parse_boot_param()
/freebsd/sys/arm/include/
H A Dcpu.h710 register_t abp_r0; /* r0 from the boot loader */ member