Searched refs:fault (Results 201 - 225 of 374) sorted by relevance

1234567891011>>

/linux-master/sound/usb/usx2y/
H A DusX2Yhwdep.c44 .fault = snd_us428ctls_vm_fault,
/linux-master/include/linux/
H A Duaccess.h5 #include <linux/fault-inject-usercopy.h>
118 * so that we don't result in page fault and sleep.
257 * This function should only be used by the fault handlers. Other users should
259 * Please NEVER use preempt_disable() to disable the fault handler. With
273 * Returns 0 on success, the number of bytes not probed on fault.
/linux-master/arch/arm/mm/
H A Dproc-v7m.S115 @ enable UsageFault, BusFault and MemManage fault.
/linux-master/fs/udf/
H A Dfile.c83 .fault = filemap_fault,
/linux-master/mm/
H A Dsecretmem.c114 .fault = secretmem_fault,
/linux-master/arch/arm/nwfpe/
H A Dentry.S103 @ to fault. Emit the appropriate exception gunk to fix things up.
/linux-master/arch/arm64/kvm/
H A Dhandle_exit.c178 run->debug.arch.far = vcpu->arch.fault.far_el2;
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dvirt.c96 .fault = sgx_vepc_fault,
342 * userspace. This can fault and call SGX or other fault handlers when
/linux-master/drivers/mmc/core/
H A Ddebugfs.c14 #include <linux/fault-inject.h>
32 MODULE_PARM_DESC(fail_request, "default fault injection attributes");
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Drunl.h30 int fault; member in struct:nvkm_engn
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c15 #include <hyp/fault.h>
531 struct kvm_vcpu_fault_info fault; local
536 BUG_ON(!__get_fault_info(esr, &fault));
538 addr = (fault.hpfar_el2 & HPFAR_MASK) << 8;
/linux-master/arch/s390/kernel/
H A Dvdso.c120 .fault = vvar_fault,
/linux-master/tools/testing/selftests/mm/
H A DMakefile62 TEST_GEN_FILES += on-fault-limit
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c95 .fault = vmw_bo_vm_fault,
/linux-master/drivers/iio/resolver/
H A Dad2s1210.c44 * [3]: The chip does not differentiate between fault on sine vs. cosine so
77 /* fault register flags */
156 /** Copy of fault register from the previous read. */
161 u8 fault; member in struct:ad2s1210_state::__anon269
228 /* soft reset also clears the fault register */
275 /* reading the fault register also clears it */
281 * parity error. The fault register is read-only and the D7 bit means
351 /* Reading the fault register clears the faults. */
356 /* Have to toggle sample line to get fault output pins to reset. */
370 * The chip does not differentiate between fault o
[all...]
/linux-master/drivers/firmware/cirrus/
H A Dcs_dsp.c3085 unsigned int fault[6]; local
3096 fault);
3103 *fault & HALO_AHBM_FLAGS_ERR_MASK,
3104 (*fault & HALO_AHBM_CORE_ERR_ADDR_MASK) >>
3108 fault);
3114 cs_dsp_warn(dsp, "AHB: SYS_ADDR: 0x%x\n", *fault);
3117 fault, ARRAY_SIZE(fault));
3119 cs_dsp_warn(dsp, "Failed to read MPU fault info: %d\n", ret);
3123 cs_dsp_warn(dsp, "XM: STATUS:0x%x ADDR:0x%x\n", fault[
[all...]
/linux-master/drivers/misc/
H A Denclosure.c483 return sysfs_emit(buf, "%d\n", ecomp->fault);
643 static DEVICE_ATTR(fault, S_IRUGO | S_IWUSR, get_component_fault,
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S399 | process is allowed to sleep as a consequence of a page fault during
400 | copyout. The probability of a page fault is exceedingly small because
/linux-master/drivers/leds/flash/
H A Dleds-mt6370-flash.c282 static int mt6370_fault_get(struct led_classdev_flash *fl_cdev, u32 *fault) argument
330 *fault = rfault;
/linux-master/drivers/misc/cxl/
H A Dfile.c486 pr_devel("afu_read delivering data storage fault\n");
489 event.fault.addr = ctx->fault_addr;
490 event.fault.dsisr = ctx->fault_dsisr;
H A Dcontext.c176 .fault = cxl_mmap_fault,
/linux-master/arch/loongarch/kvm/
H A Dexit.c593 /* A code fetch fault doesn't count as an MMIO */
721 int kvm_handle_fault(struct kvm_vcpu *vcpu, int fault) argument
723 return kvm_fault_tables[fault](vcpu);
/linux-master/arch/sparc/kernel/
H A Detrap_32.S252 /* Clear the fault status and turn on the no_fault bit. */
273 andcc %glob_tmp, 0x2, %g0 ! did we fault?
H A Dwof.S318 * We disable fault traps in the MMU control register,
319 * Execute the stores, then check the fault registers
335 /* Clear the fault status and turn on the no_fault bit. */
360 andcc %glob_tmp, 0x2, %g0 ! did we fault?
/linux-master/drivers/gpu/drm/gma500/
H A Dgem.c128 .fault = psb_gem_fault,
240 * @vmf: fault detail
242 * Invoked when a fault occurs on an mmap of a GEM managed area. GEM
272 /* Make sure we don't parallel update on a fault, nor move or remove

Completed in 204 milliseconds

1234567891011>>