Home
last modified time | relevance | path

Searched refs:get_fault_type (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/arch/s390/mm/
H A Dfault.c76 static enum fault_type get_fault_type(struct pt_regs *regs) in get_fault_type() function
197 switch (get_fault_type(regs)) { in dump_fault_info()
255 fault_type = get_fault_type(regs); in do_no_context()
389 type = get_fault_type(regs); in do_exception()
620 switch (get_fault_type(regs)) { in do_secure_storage_access()
672 if (get_fault_type(regs) != GMAP_FAULT) { in do_non_secure_storage_access()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dfault.c73 static enum fault_type get_fault_type(struct pt_regs *regs) in get_fault_type() function
186 switch (get_fault_type(regs)) { in dump_fault_info()
265 if (get_fault_type(regs) == KERNEL_FAULT) in do_no_context()
413 type = get_fault_type(regs); in do_exception()
836 switch (get_fault_type(regs)) { in do_secure_storage_access()
879 if (get_fault_type(regs) != GMAP_FAULT) { in do_non_secure_storage_access()

Completed in 2 milliseconds