arm64_bootparams
ASSYM(BOOTPARAMS_SIZE, roundup2(sizeof(struct arm64_bootparams),
ASSYM(BP_MODULEP, offsetof(struct arm64_bootparams, modulep));
ASSYM(BP_KERN_STACK, offsetof(struct arm64_bootparams, kern_stack));
ASSYM(BP_KERN_TTBR0, offsetof(struct arm64_bootparams, kern_ttbr0));
ASSYM(BP_BOOT_EL, offsetof(struct arm64_bootparams, boot_el));
initarm(struct arm64_bootparams *abp)
linux_parse_boot_param(struct arm64_bootparams *abp)
freebsd_parse_boot_param(struct arm64_bootparams *abp)
parse_boot_param(struct arm64_bootparams *abp)
void initarm(struct arm64_bootparams *);
vm_offset_t parse_boot_param(struct arm64_bootparams *abp);
struct arm64_bootparams;