Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dgenassym.c41 ASSYM(BOOTPARAMS_SIZE, roundup2(sizeof(struct arm64_bootparams),
43 ASSYM(BP_MODULEP, offsetof(struct arm64_bootparams, modulep));
44 ASSYM(BP_KERN_L1PT, offsetof(struct arm64_bootparams, kern_l1pt));
45 ASSYM(BP_KERN_DELTA, offsetof(struct arm64_bootparams, kern_delta));
46 ASSYM(BP_KERN_STACK, offsetof(struct arm64_bootparams, kern_stack));
47 ASSYM(BP_KERN_L0PT, offsetof(struct arm64_bootparams, kern_l0pt));
48 ASSYM(BP_KERN_TTBR0, offsetof(struct arm64_bootparams, kern_ttbr0));
49 ASSYM(BP_BOOT_EL, offsetof(struct arm64_bootparams, boot_el));
H A Dmachdep_boot.c167 linux_parse_boot_param(struct arm64_bootparams *abp) in linux_parse_boot_param()
185 freebsd_parse_boot_param(struct arm64_bootparams *abp) in freebsd_parse_boot_param()
215 parse_boot_param(struct arm64_bootparams *abp) in parse_boot_param()
H A Dmachdep.c1224 initarm(struct arm64_bootparams *abp) in initarm()
/f-stack/freebsd/arm64/include/
H A Dmachdep.h34 struct arm64_bootparams { struct
55 void initarm(struct arm64_bootparams *); argument
56 vm_offset_t parse_boot_param(struct arm64_bootparams *abp);