Home
last modified time | relevance | path

Searched refs:init_ops (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dinit.h39 struct init_ops { struct
49 extern struct init_ops init_ops; argument
/f-stack/freebsd/x86/xen/
H A Dpv.c120 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()
/f-stack/freebsd/x86/x86/
H A Ddelay.c122 init_ops.early_delay(n); in DELAY()
H A Dlocal_apic.c1969 init_ops.msi_init(); in apic_setup_io()
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c481 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;
H A Decore.h517 union init_op *init_ops; member
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c184 struct init_ops init_ops = { variable
1239 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()
H A Dmp_machdep.c248 init_ops.start_all_aps(); in cpu_mp_start()
/f-stack/freebsd/x86/isa/
H A Dclock.c130 init_ops.early_clock_source_init(); in clock_init()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1261 struct raw_op *init_ops; member
1275 #define INIT_OPS(sc) (sc->init_ops)
H A Dbnx2x.c11593 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);
/f-stack/freebsd/i386/i386/
H A Dmachdep.c212 struct init_ops init_ops = { variable