Home
last modified time | relevance | path

Searched refs:tlb_error (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dmce.c64 mce->u.tlb_error.tlb_error_type = mce_err->u.tlb_error_type; in mce_set_error_info()
145 mce->u.tlb_error.effective_address_provided = true; in save_mce_event()
146 mce->u.tlb_error.effective_address = addr; in save_mce_event()
516 subtype = evt->u.tlb_error.tlb_error_type < in machine_check_print_event_info()
518 mc_tlb_types[evt->u.tlb_error.tlb_error_type] in machine_check_print_event_info()
520 if (evt->u.tlb_error.effective_address_provided) in machine_check_print_event_info()
521 ea = evt->u.tlb_error.effective_address; in machine_check_print_event_info()
/openbmc/qemu/target/loongarch/tcg/
H A Dtlb_helper.c50 MMUAccessType access_type, int tlb_error) in raise_mmu_exception() argument
54 switch (tlb_error) { in raise_mmu_exception()
99 if (tlb_error == TLBRET_NOMATCH) { in raise_mmu_exception()
/openbmc/linux/arch/powerpc/include/asm/
H A Dmce.h161 } tlb_error; member
/openbmc/qemu/target/tricore/
H A Dhelper.c63 int rw, int tlb_error) in raise_mmu_exception() argument
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c498 MMUAccessType access_type, int tlb_error) in raise_mmu_exception() argument
507 switch (tlb_error) { in raise_mmu_exception()