Searched refs:soft (Results 76 - 100 of 100) sorted by relevance

1234

/linux-master/arch/alpha/math-emu/
H A Dmath.c12 #include <math-emu/soft-fp.h>
/linux-master/fs/xfs/
H A Dxfs_dquot.c105 dq->q_blk.softlimit = defq->blk.soft;
113 dq->q_ino.softlimit = defq->ino.soft;
117 dq->q_rtb.softlimit = defq->rtb.soft;
178 * the soft limit (they are only ever set non-zero via userspace).
282 * watermarks correspond to the soft and hard limits by default. If a soft limit
H A Dxfs_qm.c568 defq->blk.soft = dqp->q_blk.softlimit;
570 defq->ino.soft = dqp->q_ino.softlimit;
572 defq->rtb.soft = dqp->q_rtb.softlimit;
H A Dxfs_trans_dquot.c757 softlimit = qlim->soft;
/linux-master/arch/sparc/math-emu/
H A Dmath_32.c36 * soft-fp.h is on the same level as op-common.h, and defines some
53 * Emulation routines originate from soft-fp package, which is
75 #include <math-emu/soft-fp.h>
H A Dmath_64.c8 * Emulation routines originate from soft-fp package, which is part
23 #include <math-emu/soft-fp.h>
/linux-master/arch/sh/math-emu/
H A Dmath.c24 #include <math-emu/soft-fp.h>
/linux-master/arch/x86/math-emu/
H A Dreg_ld_str.c1184 I387->soft.fcs &= ~0xf8000000;
1185 I387->soft.fos |= 0xffff0000;
/linux-master/net/smc/
H A Dsmc_core.c54 static void __smc_lgr_terminate(struct smc_link_group *lgr, bool soft);
1451 static void smc_conn_kill(struct smc_connection *conn, bool soft) argument
1466 if (soft)
1492 * @soft: true if link group shutdown can take its time
1495 static void __smc_lgr_terminate(struct smc_link_group *lgr, bool soft) argument
1516 smc_conn_kill(conn, soft);
/linux-master/drivers/pinctrl/mediatek/
H A Dmtk-eint.c40 .soft = 0x200,
371 * Clear soft-irq in case we raised it last
389 * interrupt, raised it through soft-irq.
/linux-master/drivers/pinctrl/
H A Dpinctrl-as3722.c141 FUNCTION_GROUP(soft-reset-in, SOFT_RESET_IN),
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h345 __u8 soft; member in struct:kvm_vcpu_events::__anon133
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c80 * In hard interrupt context it's safe when soft interrupts
507 fpstate_init_soft(&fpstate->regs.soft);
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h345 __u8 soft; member in struct:kvm_vcpu_events::__anon90
/linux-master/kernel/sched/
H A Drt.c2554 unsigned long soft, hard; local
2557 soft = task_rlimit(p, RLIMIT_RTTIME);
2560 if (soft != RLIM_INFINITY) {
2568 next = DIV_ROUND_UP(min(soft, hard), USEC_PER_SEC/HZ);
/linux-master/arch/powerpc/math-emu/
H A Dmath_efp.c28 #include <math-emu/soft-fp.h>
/linux-master/drivers/mmc/host/
H A Dsdhci.c359 static void sdhci_init(struct sdhci_host *host, int soft) argument
364 if (soft)
378 if (soft) {
/linux-master/arch/sparc/kernel/
H A Dentry.S275 sethi %hi(0x70000000), %o2 ! Check all soft-IRQs
/linux-master/arch/x86/kvm/svm/
H A Dnested.c472 if (vcpu->arch.interrupt.soft)
703 * stack for injected soft exceptions/interrupts. If nrips is exposed
H A Dsvm.c3617 if (vcpu->arch.interrupt.soft) {
3627 vcpu->arch.interrupt.soft, reinjected);
3986 * associated with the original soft exception/interrupt. next_rip is
3990 * the same event, i.e. if the event is a soft exception/interrupt,
3998 * injecting the soft exception/interrupt. That advancement needs to
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h852 bool soft; member in struct:kvm_vcpu_arch::kvm_queued_interrupt
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-mio-defs.h2193 uint64_t soft:1; member in struct:cvmx_mio_fus_prog::cvmx_mio_fus_prog_s
2197 uint64_t soft:1;
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c4943 trace_kvm_inj_virq(irq, vcpu->arch.interrupt.soft, reinjected);
4948 if (vcpu->arch.interrupt.soft)
4954 if (vcpu->arch.interrupt.soft) {
6012 * due to the timer expiring while it was "soft" disabled, just eat the
H A Dnested.c3846 if (vcpu->arch.interrupt.soft) {
/linux-master/arch/x86/kvm/
H A Dx86.c5406 vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft;
5492 vcpu->arch.interrupt.soft = events->interrupt.soft;
11636 if (vcpu->arch.interrupt.injected && !vcpu->arch.interrupt.soft)

Completed in 558 milliseconds

1234