Searched refs:ed (Results 1 – 17 of 17) sorted by relevance
/arch/powerpc/platforms/wsp/ |
D | wsp_pci.c | 993 struct wsp_pcie_err_log_data ed; in wsp_pci_err_irq() local 998 memset(&ed, 0, sizeof(ed)); in wsp_pci_err_irq() 1001 ed.utl_sys_err = in_be64(hose->cfg_data + PCIE_UTL_SYS_BUS_AGENT_STATUS); in wsp_pci_err_irq() 1002 if (ed.utl_sys_err) in wsp_pci_err_irq() 1003 out_be64(hose->cfg_data + PCIE_UTL_SYS_BUS_AGENT_STATUS, ed.utl_sys_err); in wsp_pci_err_irq() 1004 ed.utl_port_err = in_be64(hose->cfg_data + PCIE_UTL_PCIE_PORT_STATUS); in wsp_pci_err_irq() 1005 if (ed.utl_port_err) in wsp_pci_err_irq() 1006 out_be64(hose->cfg_data + PCIE_UTL_PCIE_PORT_STATUS, ed.utl_port_err); in wsp_pci_err_irq() 1007 ed.utl_rc_err = in_be64(hose->cfg_data + PCIE_UTL_RC_STATUS); in wsp_pci_err_irq() 1008 if (ed.utl_rc_err) in wsp_pci_err_irq() [all …]
|
/arch/s390/include/asm/ |
D | nmi.h | 22 __u32 ed : 1; /* 05 external damage */ member
|
D | etr.h | 99 unsigned int ed : 8; /* ETS device dependent data */ member
|
/arch/ia64/mm/ |
D | fault.c | 218 ia64_psr(regs)->ed = 1; in ia64_do_page_fault() 241 ia64_psr(regs)->ed = 1; in ia64_do_page_fault()
|
/arch/ia64/include/asm/ |
D | kvm.h | 106 unsigned long ed : 1; /* 52 */ member
|
D | processor.h | 120 __u64 ed : 1; member 141 __u64 ed : 1; member
|
D | kvm_host.h | 344 unsigned long ed : 1; /* 52 */ member
|
/arch/x86/um/ |
D | signal.c | 567 struct exec_domain *ed = current_thread_info()->exec_domain; in setup_signal_stack_si() local 568 if (unlikely(ed && ed->signal_invmap && sig < 32)) in setup_signal_stack_si() 569 sig = ed->signal_invmap[sig]; in setup_signal_stack_si()
|
/arch/s390/kernel/ |
D | nmi.c | 332 if (mci->ed && mci->ec) { in s390_do_machine_check()
|
/arch/cris/arch-v32/drivers/ |
D | cryptocop.c | 1216 struct cryptocop_dma_desc *ed = alloc_cdesc(alloc_flag); in cryptocop_setup_dma_list() local 1218 if (!ed) { in cryptocop_setup_dma_list() 1236 ed->free_buf = NULL; in cryptocop_setup_dma_list() 1237 ed->dma_descr->wait = 1; in cryptocop_setup_dma_list() 1238 ed->dma_descr->out_eop = 1; in cryptocop_setup_dma_list() 1240 …ed->dma_descr->buf = (char*)virt_to_phys(&ed); /* Use any valid physical address for zero length d… in cryptocop_setup_dma_list() 1241 ed->dma_descr->after = ed->dma_descr->buf; in cryptocop_setup_dma_list() 1242 ed->dma_descr->md = REG_TYPE_CONV(unsigned short int, struct strcop_meta_out, ed_mo); in cryptocop_setup_dma_list() 1243 current_out_cdesc->next = ed; in cryptocop_setup_dma_list() 1244 current_out_cdesc = ed; in cryptocop_setup_dma_list()
|
/arch/ia64/kernel/ |
D | traps.c | 452 ia64_psr(®s)->ed = 1; in ia64_fault()
|
D | palinfo.c | 767 unsigned long ed:1; in tr_info() member
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 290 ed: IN eAX,DX 574 ed: paddsw Pq,Qq | vpaddsw Vx,Hx,Wx (66),(v1)
|
/arch/cris/arch-v10/drivers/ |
D | Kconfig | 626 Otherwise the following values can be OR:ed together to control the
|
/arch/s390/ |
D | Kconfig | 462 Also if a kernel was IPL'ed from a shared segment the kexec system
|
/arch/sh/ |
D | Kconfig | 670 than the panic-ed kernel.
|
/arch/x86/ |
D | Kconfig | 1630 command line boot parameter passed to the panic-ed
|