Searched refs:fault_type (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/mm/
H A Dpkey_exec_prot.c24 static volatile sig_atomic_t fault_pkey, fault_code, fault_type; variable
73 switch (fault_type) {
165 fault_type = -1;
204 fault_type = PKEY_DISABLE_ACCESS;
263 fault_type = -1;
266 fault_type = PKEY_DISABLE_EXECUTE;
/linux-master/arch/s390/mm/
H A Dfault.c48 enum fault_type { enum
67 static enum fault_type get_fault_type(struct pt_regs *regs)
232 enum fault_type fault_type; local
243 fault_type = get_fault_type(regs);
244 if (fault_type == KERNEL_FAULT) {
250 if (fault_type == KERNEL_FAULT)
287 enum fault_type type;
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c345 u8 fault_type; local
347 fault_type = (event->type < FAULT_TYPE_MAX) ? event->type : FAULT_TYPE_MAX;
349 devlink_fmsg_string_pair_put(fmsg, "Fault type", type_str[fault_type]);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_pagefault.c32 u8 fault_type; member in struct:pagefault
47 enum fault_type { enum
277 pf->fault_type, pf->access_type, pf->fault_level,
303 pf->fault_type = FIELD_GET(PFD_FAULT_TYPE, desc->dw2);
/linux-master/drivers/iommu/intel/
H A Ddmar.c1900 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) argument
1904 *fault_type = INTR_REMAP;
1908 *fault_type = DMA_REMAP;
1911 *fault_type = DMA_REMAP;
1914 *fault_type = UNKNOWN;
1991 int fault_type; local
1993 reason = dmar_get_fault_reason(fault_reason, &fault_type);
1995 if (fault_type == INTR_REMAP) {
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2320 static int fault_type; variable
2329 fault_type = 0;
2333 fault_type = 1;
2336 fault_type = 2;
2450 printf("%s", fault_chars[fault_type]);
2586 printf("%s", fault_chars[fault_type]);
2994 printf("%s", fault_chars[fault_type]);
3033 const char *x = fault_chars[fault_type];
/linux-master/mm/
H A Dshmem.c151 struct mm_struct *fault_mm, vm_fault_t *fault_type);
1851 vm_fault_t *fault_type)
1879 if (fault_type) {
1880 *fault_type |= VM_FAULT_MAJOR;
1957 * vmf and fault_type are only supplied by shmem_fault: otherwise they are NULL.
1961 struct vm_fault *vmf, vm_fault_t *fault_type)
1986 *fault_type = handle_userfault(vmf, VM_UFFD_MINOR);
1992 sgp, gfp, fault_mm, fault_type);
2035 *fault_type = handle_userfault(vmf, VM_UFFD_MISSING);
1848 shmem_swapin_folio(struct inode *inode, pgoff_t index, struct folio **foliop, enum sgp_type sgp, gfp_t gfp, struct mm_struct *fault_mm, vm_fault_t *fault_type) argument
1959 shmem_get_folio_gfp(struct inode *inode, pgoff_t index, struct folio **foliop, enum sgp_type sgp, gfp_t gfp, struct vm_fault *vmf, vm_fault_t *fault_type) argument
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h1518 int fault_type, struct bio *bio)
1528 if (drbd_insert_fault(device, fault_type))
1517 drbd_submit_bio_noacct(struct drbd_device *device, int fault_type, struct bio *bio) argument
/linux-master/include/soc/tegra/
H A Dbpmp-abi.h3227 uint32_t fault_type; /**< @ref fmon_fault_type */ member in struct:cmd_fmon_fault_sts_get_request

Completed in 408 milliseconds