Searched refs:init_ops (Results 1 – 12 of 12) sorted by relevance
39 struct init_ops { struct49 extern struct init_ops init_ops; argument
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()
1969 init_ops.msi_init(); in apic_setup_io()
481 init = p_dev->fw_data->init_ops;562 fw->init_ops = (union init_op *)((uintptr_t)(fw_data + offset));576 fw->init_ops = (union init_op *)init_ops;
517 union init_op *init_ops; member
184 struct init_ops init_ops = { variable1239 init_ops.parse_memmap(kmdp, physmap, &physmap_idx); in getmemsize()1303 if (init_ops.mp_bootaddress) in getmemsize()1304 init_ops.mp_bootaddress(physmap, &physmap_idx); in getmemsize()1633 kmdp = init_ops.parse_preload_data(modulep); in hammer_time()
248 init_ops.start_all_aps(); in cpu_mp_start()
130 init_ops.early_clock_source_init(); in clock_init()
1261 struct raw_op *init_ops; member1275 #define INIT_OPS(sc) (sc->init_ops)
11593 rte_free(sc->init_ops);11609 sc->init_ops = rte_zmalloc("", len, RTE_CACHE_LINE_SIZE);11610 if (!sc->init_ops)11612 bnx2x_data_to_init_ops(p + off[1], sc->init_ops, len);
212 struct init_ops init_ops = { variable