Home
last modified time | relevance | path

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

/freebsd-13.1/sys/x86/include/
H A Dinit.h39 struct init_ops { struct
49 extern struct init_ops init_ops; argument
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c522 union init_op *init_ops; local
527 init_ops = p_dev->fw_data->init_ops;
539 union init_op *cmd = &init_ops[cmd_num];
654 fw->init_ops = (union init_op *)(fw_data + offset);
664 fw->init_ops = (union init_op *)init_ops;
H A Decore_init_values.h35 ARRAY_DECL u32 init_ops[] = { variable
H A Decore.h589 union init_op *init_ops; member
/freebsd-13.1/sys/x86/xen/
H A Dpv.c120 struct init_ops xen_legacy_init_ops = {
131 struct init_ops xen_pvh_init_ops = {
265 init_ops = xen_legacy_init_ops; in hammer_time_xen_legacy()
345 init_ops = xen_pvh_init_ops; in hammer_time_xen()
/freebsd-13.1/sys/x86/x86/
H A Ddelay.c122 init_ops.early_delay(n); in DELAY()
H A Dlocal_apic.c2035 init_ops.msi_init(); in apic_setup_io()
/freebsd-13.1/sys/amd64/amd64/
H A Dmachdep.c178 struct init_ops init_ops = { variable
895 init_ops.parse_memmap(kmdp, physmap, &physmap_idx); in getmemsize()
1311 kmdp = init_ops.parse_preload_data(modulep); in hammer_time()
H A Dmp_machdep.c173 init_ops.start_all_aps(); in cpu_mp_start()
/freebsd-13.1/sys/x86/isa/
H A Dclock.c136 init_ops.early_clock_source_init(); in clock_init()
/freebsd-13.1/sys/i386/i386/
H A Dmachdep.c200 struct init_ops init_ops = { variable
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.h1628 const struct raw_op *init_ops; member
1642 #define INIT_OPS(sc) (sc->init_ops)