Searched defs:ebsaboot (Results 1 – 1 of 1) sorted by relevance
45 struct ebsaboot { struct46 uint32_t bt_magic; /* boot info magic number */47 uint32_t bt_vargp; /* virtual addr of arg page */48 uint32_t bt_pargp; /* physical addr of arg page */49 const char * bt_args; /* kernel args string pointer */50 pd_entry_t * bt_l1; /* active L1 page table */51 uint32_t bt_memstart; /* start of physical memory */52 uint32_t bt_memend; /* end of physical memory */53 uint32_t bt_memavail; /* start of avail phys memory */54 uint32_t bt_fclk; /* fclk frequency */[all …]