Searched refs:fault (Results 226 - 250 of 378) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo_vm.c54 * held. We only do this if the fault allows retry and this
98 * @vmf: The fault structure handed to the callback
100 * vm callbacks like fault() and *_mkwrite() allow for the mmap_lock to be dropped
108 * This function is intended to be used in customized fault() and _mkwrite()
120 * Work around locking order reversal in fault / nopfn
122 * for reserve, and if it fails, retry the fault after waiting
127 * If the fault allows retry and this is the first
128 * fault attempt, we try to release the mmap_lock
149 * Refuse to fault imported pages. This should be handled
164 * ttm_bo_vm_fault_reserved - TTM fault helpe
[all...]
/linux-master/drivers/gpu/drm/gma500/
H A Dfbdev.c47 .fault = psb_fbdev_vm_fault,
/linux-master/drivers/misc/ocxl/
H A Dcontext.c51 * Callback for when a translation fault triggers an error
52 * data: a pointer to the context which triggered the fault
158 .fault = ocxl_mmap_fault,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c10 #include <linux/fault-inject.h>
/linux-master/fs/vboxsf/
H A Dfile.c164 .fault = filemap_fault,
/linux-master/drivers/video/fbdev/core/
H A Dfb_defio.c186 * @vmf: The VM fault
216 .fault = fb_deferred_io_fault,
/linux-master/drivers/gpu/drm/panthor/
H A Dpanthor_fw.h115 u32 fault; member in struct:panthor_fw_cs_output_iface
/linux-master/arch/arm/mm/
H A Dproc-v7m.S116 @ enable UsageFault, BusFault and MemManage fault.
/linux-master/fs/ext2/
H A Dfile.c82 * The lock ordering for ext2 DAX fault paths is:
90 * The default page_lock and i_size verification done by non-DAX fault paths
115 .fault = ext2_dax_fault,
/linux-master/drivers/video/backlight/
H A Dsky81452-backlight.c167 static DEVICE_ATTR(fault, S_IRUGO, sky81452_bl_show_fault, NULL);
/linux-master/mm/
H A Dslub.c36 #include <linux/fault-inject.h>
1174 u8 *fault; local
1179 fault = memchr_inv(kasan_reset_tag(start), value, bytes);
1181 if (!fault)
1185 while (end > fault && end[-1] == value)
1193 fault, end - 1, fault - addr,
1194 fault[0], value);
1199 restore_bytes(s, what, value, fault, end);
1267 u8 *fault; local
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c1077 event.fault.addr = ctx->fault_addr;
1078 event.fault.dsisr = ctx->fault_dsisr;
1120 * ocxlflash_mmap_fault() - mmap fault handler
1121 * @vmf: VM fault associated with current fault.
1152 .fault = ocxlflash_mmap_fault,
1156 * afu_mmap() - map the fault handler operations
/linux-master/arch/arm/kernel/
H A Dentry-armv.S62 @ PABORT handler takes pt_regs in r2, fault address in r4 and psr in r5
81 @ the fault status register in r1. r9 must be preserved.
250 @ which caused the fault. If the faulting instruction was ARM
450 @ user space since that could cause a page/translation fault if the
/linux-master/fs/kernfs/
H A Dfile.c382 if (of->vm_ops->fault)
383 ret = of->vm_ops->fault(vmf);
434 .fault = kernfs_vma_fault,
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c1141 goto fault;
1150 goto fault;
1154 fault:
H A Derr_titan.c621 emchk->fault,
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfile.c285 .fault = spufs_mem_mmap_fault,
373 .fault = spufs_cntl_mmap_fault,
615 * at the end of the mapped area, we can fault
735 * at the end of the mapped area, we can fault
1038 .fault = spufs_signal1_mmap_fault,
1174 .fault = spufs_signal2_mmap_fault,
1294 .fault = spufs_mss_mmap_fault,
1356 .fault = spufs_psmap_mmap_fault,
1416 .fault = spufs_mfc_mmap_fault,
/linux-master/drivers/staging/greybus/
H A Dlight.c687 u32 *fault)
710 *fault = le32_to_cpu(resp.fault);
686 gb_lights_flash_fault_get(struct led_classdev_flash *fcdev, u32 *fault) argument
/linux-master/include/linux/mfd/wm8350/
H A Dpmic.h759 u16 stop, u16 fault);
/linux-master/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h131 u8 fault; member in struct:hw_atl_cable_diag
/linux-master/drivers/mmc/host/
H A Ddw_mmc.h17 #include <linux/fault-inject.h>
/linux-master/lib/
H A Dfault-inject.c12 #include <linux/fault-inject.h>
/linux-master/fs/orangefs/
H A Dfile.c393 .fault = orangefs_fault,
/linux-master/drivers/dma-buf/
H A Dudmabuf.c47 .fault = udmabuf_vm_fault,
/linux-master/arch/arc/kernel/
H A Dentry-compact.S31 * active (AE bit enabled). This causes a double fault for a subseq valid
287 ; Wrapper for Linux page fault handler called from EV_TLBMiss*

Completed in 904 milliseconds

1234567891011>>