Searched refs:init_ops (Results 1 – 12 of 12) sorted by relevance
39 struct init_ops { struct49 extern struct init_ops init_ops; argument
524 union init_op *init_ops; local529 init_ops = p_dev->fw_data->init_ops;541 union init_op *cmd = &init_ops[cmd_num];656 fw->init_ops = (union init_op *)(fw_data + offset);666 fw->init_ops = (union init_op *)init_ops;
35 ARRAY_DECL u32 init_ops[] = { variable
589 union init_op *init_ops; member
120 struct init_ops xen_legacy_init_ops = {131 struct init_ops xen_pvh_init_ops = {266 init_ops = xen_legacy_init_ops; in hammer_time_xen_legacy()346 init_ops = xen_pvh_init_ops; in hammer_time_xen()
122 init_ops.early_delay(n); in DELAY()
1959 init_ops.msi_init(); in apic_setup_io()
182 struct init_ops init_ops = { variable1248 init_ops.parse_memmap(kmdp, physmap, &physmap_idx); in getmemsize()1312 if (init_ops.mp_bootaddress) in getmemsize()1313 init_ops.mp_bootaddress(physmap, &physmap_idx); in getmemsize()1577 kmdp = init_ops.parse_preload_data(modulep); in hammer_time()
261 init_ops.start_all_aps(); in cpu_mp_start()
130 init_ops.early_clock_source_init(); in clock_init()
1679 const struct raw_op *init_ops; member1693 #define INIT_OPS(sc) (sc->init_ops)
224 struct init_ops init_ops = { variable