/src/lib/libc/arch/m68k/gen/ |
makecontext.c | 47 mcontext_t *mcp = &ucp->uc_mcontext; local in function:makecontext 51 mcp->__gregs[_REG_PC] = (__greg_t)func; 56 mcp->__gregs[_REG_A7] = (__greg_t)sp; 57 mcp->__gregs[_REG_A6] = 0; /* Wipe out frame pointer. */
|
makecontext.c | 47 mcontext_t *mcp = &ucp->uc_mcontext; local in function:makecontext 51 mcp->__gregs[_REG_PC] = (__greg_t)func; 56 mcp->__gregs[_REG_A7] = (__greg_t)sp; 57 mcp->__gregs[_REG_A6] = 0; /* Wipe out frame pointer. */
|
/src/sys/arch/evbmips/mipssim/ |
mainbus.c | 81 struct mipssim_config *mcp = &mipssim_configuration; local in function:mainbus_attach 92 maa.ma_iot = &mcp->mc_iot; 93 maa.ma_dmat = &mcp->mc_dmat; 102 maa.ma_iot = &mcp->mc_iot; 103 maa.ma_dmat = &mcp->mc_dmat;
|
mainbus.c | 81 struct mipssim_config *mcp = &mipssim_configuration; local in function:mainbus_attach 92 maa.ma_iot = &mcp->mc_iot; 93 maa.ma_dmat = &mcp->mc_dmat; 102 maa.ma_iot = &mcp->mc_iot; 103 maa.ma_dmat = &mcp->mc_dmat;
|
machdep.c | 144 struct mipssim_config *mcp = &mipssim_configuration; local in function:mach_init 169 mipssim_bus_io_init(&mcp->mc_iot, mcp); 170 mipssim_dma_init(mcp); 172 if (comcnattach(&mcp->mc_iot, MIPSSIM_UART0_ADDR, COMCNRATE,
|
machdep.c | 144 struct mipssim_config *mcp = &mipssim_configuration; local in function:mach_init 169 mipssim_bus_io_init(&mcp->mc_iot, mcp); 170 mipssim_dma_init(mcp); 172 if (comcnattach(&mcp->mc_iot, MIPSSIM_UART0_ADDR, COMCNRATE,
|
/src/sys/arch/alpha/alpha/ |
dec_2100_a50.c | 121 struct mchkinfo *mcp; local in function:dec_2100_a50_mcheck 130 mcp = &curcpu()->ci_mcinfo; 131 if (mcp->mc_expected) {
|
dec_2100_a500.c | 189 struct mchkinfo *mcp = &curcpu()->ci_mcinfo; local in function:dec_2100_a500_machine_check 197 mcp->mc_expected = 1;
|
dec_kn20aa.c | 110 struct mchkinfo *mcp; local in function:dec_kn20aa_mcheck 117 mcp = &curcpu()->ci_mcinfo; 118 if (mcp->mc_expected) {
|
dec_2100_a50.c | 121 struct mchkinfo *mcp; local in function:dec_2100_a50_mcheck 130 mcp = &curcpu()->ci_mcinfo; 131 if (mcp->mc_expected) {
|
dec_2100_a500.c | 189 struct mchkinfo *mcp = &curcpu()->ci_mcinfo; local in function:dec_2100_a500_machine_check 197 mcp->mc_expected = 1;
|
dec_kn20aa.c | 110 struct mchkinfo *mcp; local in function:dec_kn20aa_mcheck 117 mcp = &curcpu()->ci_mcinfo; 118 if (mcp->mc_expected) {
|
dec_6600.c | 260 struct mchkinfo *mcp; local in function:dec_6600_mcheck_handler 266 mcp = &curcpu()->ci_mcinfo; 267 if (mcp->mc_expected)
|
dec_kn8ae.c | 359 struct mchkinfo *mcp; local in function:kn8ae_mcheck 367 mcp = &curcpu()->ci_mcinfo; 368 if (mcp->mc_expected) {
|
dec_6600.c | 260 struct mchkinfo *mcp; local in function:dec_6600_mcheck_handler 266 mcp = &curcpu()->ci_mcinfo; 267 if (mcp->mc_expected)
|
dec_kn8ae.c | 359 struct mchkinfo *mcp; local in function:kn8ae_mcheck 367 mcp = &curcpu()->ci_mcinfo; 368 if (mcp->mc_expected) {
|
interrupt.c | 317 struct mchkinfo *mcp; local in function:machine_check 320 mcp = &curcpu()->ci_mcinfo; 330 if (!mcp->mc_expected) { 334 mcp->mc_expected = 0; 335 mcp->mc_received = 1; 388 struct mchkinfo *mcp = &curcpu()->ci_mcinfo; local in function:badaddr_read 396 mcp->mc_received = 0; 397 mcp->mc_expected = 1; 428 mcp->mc_expected = 0; 430 rv = mcp->mc_received [all...] |
/src/sys/arch/evbmips/malta/dev/ |
gt.c | 71 gt_pci_init(pci_chipset_tag_t pc, struct gt_config *mcp) 74 pc->pc_conf_v = mcp; 106 struct malta_config *mcp = &malta_configuration; local in function:gt_attach 115 pba.pba_iot = &mcp->mc_iot; 116 pba.pba_memt = &mcp->mc_memt; 117 pba.pba_dmat = &mcp->mc_pci_dmat; /* pci_bus_dma_tag */ 119 pba.pba_pc = &mcp->mc_pc;
|
gt.c | 71 gt_pci_init(pci_chipset_tag_t pc, struct gt_config *mcp) 74 pc->pc_conf_v = mcp; 106 struct malta_config *mcp = &malta_configuration; local in function:gt_attach 115 pba.pba_iot = &mcp->mc_iot; 116 pba.pba_memt = &mcp->mc_memt; 117 pba.pba_dmat = &mcp->mc_pci_dmat; /* pci_bus_dma_tag */ 119 pba.pba_pc = &mcp->mc_pc;
|
mainbus.c | 115 struct malta_config *mcp = &malta_configuration; local in function:mainbus_attach 116 pci_chipset_tag_t pc = &mcp->mc_pc;
|
mainbus.c | 115 struct malta_config *mcp = &malta_configuration; local in function:mainbus_attach 116 pci_chipset_tag_t pc = &mcp->mc_pc;
|
/src/sys/arch/alpha/pci/ |
mcpcia.c | 129 struct mcpcia_softc *mcp = device_private(self); local in function:mcpciaattach 138 mcp->mcpcia_cc = NULL; 156 mcp->mcpcia_dev = self; 157 mcp->mcpcia_cc = ccp; 158 ccp->cc_sc = mcp; 301 struct mcpcia_softc *mcp; local in function:mcpcia_config_cleanup 310 if ((mcp = device_lookup_private(&mcpcia_cd, i)) == NULL) 313 ccp = mcp->mcpcia_cc;
|
mcpcia.c | 129 struct mcpcia_softc *mcp = device_private(self); local in function:mcpciaattach 138 mcp->mcpcia_cc = NULL; 156 mcp->mcpcia_dev = self; 157 mcp->mcpcia_cc = ccp; 158 ccp->cc_sc = mcp; 301 struct mcpcia_softc *mcp; local in function:mcpcia_config_cleanup 310 if ((mcp = device_lookup_private(&mcpcia_cd, i)) == NULL) 313 ccp = mcp->mcpcia_cc;
|
/src/sys/arch/evbmips/malta/ |
machdep.c | 148 struct malta_config *mcp = &malta_configuration; local in function:mach_init 193 gt_pci_init(&mcp->mc_pc, &mcp->mc_gt); 194 malta_bus_io_init(&mcp->mc_iot, mcp); 195 malta_bus_mem_init(&mcp->mc_memt, mcp); 196 malta_dma_init(mcp); 202 bus_space_map(&mcp->mc_iot, MALTA_RTCADR, 2, 0, &sh); 203 malta_cal_timer(&mcp->mc_iot, sh) [all...] |
machdep.c | 148 struct malta_config *mcp = &malta_configuration; local in function:mach_init 193 gt_pci_init(&mcp->mc_pc, &mcp->mc_gt); 194 malta_bus_io_init(&mcp->mc_iot, mcp); 195 malta_bus_mem_init(&mcp->mc_memt, mcp); 196 malta_dma_init(mcp); 202 bus_space_map(&mcp->mc_iot, MALTA_RTCADR, 2, 0, &sh); 203 malta_cal_timer(&mcp->mc_iot, sh) [all...] |