/arch/ia64/sn/pci/pcibr/ |
D | pcibr_provider.c | 26 sal_pcibr_slot_enable(struct pcibus_info *soft, int device, void *resp, in sal_pcibr_slot_enable() argument 36 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_slot_enable() 37 busnum = soft->pbi_buscommon.bs_persist_busnum; in sal_pcibr_slot_enable() 46 sal_pcibr_slot_disable(struct pcibus_info *soft, int device, int action, in sal_pcibr_slot_disable() argument 56 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_slot_disable() 57 busnum = soft->pbi_buscommon.bs_persist_busnum; in sal_pcibr_slot_disable() 65 static int sal_pcibr_error_interrupt(struct pcibus_info *soft) in sal_pcibr_error_interrupt() argument 73 segment = soft->pbi_buscommon.bs_persist_segment; in sal_pcibr_error_interrupt() 74 busnum = soft->pbi_buscommon.bs_persist_busnum; in sal_pcibr_error_interrupt() 105 struct pcibus_info *soft = arg; in pcibr_error_intr_handler() local [all …]
|
/arch/x86/math-emu/ |
D | fpu_system.h | 77 #define FPU_info (I387->soft.info) 87 #define FPU_lookahead (I387->soft.lookahead) 91 #define no_ip_update (*(u_char *)&(I387->soft.no_update)) 92 #define FPU_rm (*(u_char *)&(I387->soft.rm)) 96 #define access_limit (*(u_char *)&(I387->soft.alimit)) 98 #define partial_status (I387->soft.swd) 99 #define control_word (I387->soft.cwd) 100 #define fpu_tag_word (I387->soft.twd) 101 #define registers (I387->soft.st_space) 102 #define top (I387->soft.ftop) [all …]
|
D | fpu_aux.c | 34 void fpstate_init_soft(struct swregs_state *soft) in fpstate_init_soft() argument 37 memset(soft, 0, sizeof(*soft)); in fpstate_init_soft() 38 soft->cwd = 0x037f; in fpstate_init_soft() 39 soft->swd = 0; in fpstate_init_soft() 40 soft->ftop = 0; /* We don't keep top in the status word internally. */ in fpstate_init_soft() 41 soft->twd = 0xffff; in fpstate_init_soft() 44 oaddr = (struct address *)&soft->foo; in fpstate_init_soft() 47 iaddr = (struct address *)&soft->fip; in fpstate_init_soft() 51 soft->no_update = 1; in fpstate_init_soft() 56 fpstate_init_soft(¤t->thread.fpu.state.soft); in finit()
|
/arch/mips/kernel/ |
D | elf.c | 54 bool soft; member 222 prog_req.soft = interp_req.soft && prog_req.soft; in arch_check_elf() 262 !prog_req.fr1 && !prog_req.single && !prog_req.soft) in arch_check_elf()
|
/arch/arm/vfp/ |
D | Makefile | 10 KBUILD_AFLAGS :=$(KBUILD_AFLAGS:-msoft-float=-Wa,-mfpu=softvfp+vfp -mfloat-abi=soft)
|
/arch/ia64/include/asm/sn/ |
D | pcibr_provider.h | 145 extern int sal_pcibr_slot_enable(struct pcibus_info *soft, int device, 147 extern int sal_pcibr_slot_disable(struct pcibus_info *soft, int device,
|
D | tiocx.h | 23 void *soft; /* driver specific */ member
|
/arch/arm/include/asm/ |
D | fpstate.h | 75 struct fp_soft_struct soft; member
|
/arch/x86/kvm/ |
D | x86.h | 20 bool soft) in kvm_queue_interrupt() argument 23 vcpu->arch.interrupt.soft = soft; in kvm_queue_interrupt()
|
/arch/x86/ras/ |
D | Kconfig | 8 PFN overflows, we try to soft-offline that page as we take it to mean
|
/arch/arm/boot/dts/ |
D | ge863-pro3.dtsi | 39 nand-ecc-mode = "soft";
|
D | cloudengines-pogoplug-series-3.dts | 73 nand-ecc-mode = "soft";
|
D | tny_a9260_common.dtsi | 48 nand-ecc-mode = "soft";
|
D | ethernut5.dts | 70 nand-ecc-mode = "soft";
|
D | tny_a9263.dts | 58 nand-ecc-mode = "soft";
|
D | usb_a9260_common.dtsi | 50 nand-ecc-mode = "soft";
|
D | at91-sam9_l9260.dts | 91 nand-ecc-mode = "soft";
|
D | pm9g45.dts | 87 nand-ecc-mode = "soft";
|
D | usb_a9263.dts | 78 nand-ecc-mode = "soft";
|
D | at91-qil_a9260.dts | 123 nand-ecc-mode = "soft";
|
D | animeo_ip.dts | 99 nand-ecc-mode = "soft";
|
/arch/ia64/sn/pci/ |
D | tioca_provider.c | 555 struct tioca_common *soft = arg; in tioca_error_intr_handler() local 562 segment = soft->ca_common.bs_persist_segment; in tioca_error_intr_handler() 563 busnum = soft->ca_common.bs_persist_busnum; in tioca_error_intr_handler()
|
/arch/x86/include/asm/fpu/ |
D | types.h | 271 struct swregs_state soft; member
|
D | internal.h | 85 extern void fpstate_init_soft(struct swregs_state *soft); 87 static inline void fpstate_init_soft(struct swregs_state *soft) {} in fpstate_init_soft() argument
|
/arch/x86/kernel/fpu/ |
D | init.c | 37 fpstate_init_soft(¤t->thread.fpu.state.soft); in fpu__init_cpu_generic()
|