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

/freebsd-11-stable/sys/x86/include/
H A Dinit.h37 struct init_ops { struct
47 extern struct init_ops init_ops;
/freebsd-11-stable/sys/x86/x86/
H A Ddelay.c117 init_ops.early_delay(n);
H A Dlocal_apic.c1947 init_ops.msi_init();
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c328 /* init_ops write command */
389 /* init_ops read/poll commands */
444 /* init_ops callbacks entry point */
524 union init_op *init_ops; local
529 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;
[all...]
H A Decore.h589 union init_op *init_ops; member in struct:ecore_fw_data
H A Decore_init_values.h35 ARRAY_DECL u32 init_ops[] = { variable
[all...]
/freebsd-11-stable/sys/x86/xen/
H A Dpv.c111 /* Xen init_ops implementation. */
112 struct init_ops xen_init_ops = {
200 init_ops = xen_init_ops;
/freebsd-11-stable/sys/amd64/amd64/
H A Dmachdep.c181 /* Default init_ops implementation. */
182 struct init_ops init_ops = { variable in typeref:struct:init_ops
1249 init_ops.parse_memmap(kmdp, physmap, &physmap_idx);
1275 if (init_ops.mp_bootaddress) {
1279 physmap[1] = init_ops.mp_bootaddress(physmap[1] / 1024);
1580 kmdp = init_ops.parse_preload_data(modulep);
H A Dmp_machdep.c195 init_ops.start_all_aps();
/freebsd-11-stable/sys/x86/isa/
H A Dclock.c149 init_ops.early_clock_source_init();
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1676 const struct raw_op *init_ops; member in struct:bxe_softc
1677 const uint16_t *init_ops_offsets; /* init block offsets inside init_ops */
1690 #define INIT_OPS(sc) (sc->init_ops)
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c234 /* Default init_ops implementation. */
235 struct init_ops init_ops = { variable in typeref:struct:init_ops

Completed in 492 milliseconds