Home
last modified time | relevance | path

Searched refs:ESR_DIZ (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/microblaze/include/asm/
Dregisters.h42 # define ESR_DIZ (1<<11) /* Zone Protection */ macro
/linux-6.6.21/arch/microblaze/kernel/
Dhw_exception_handler.S498 andi r4, r4, ESR_DIZ /* ESR_Z - zone protection */
512 andi r4, r4, ESR_DIZ /* ESR_Z */
/linux-6.6.21/arch/powerpc/include/asm/
Dreg_booke.h349 #define ESR_DIZ 0x00400000 /* Storage Exception - Zone fault */ macro