Searched refs:TRA (Results 1 – 6 of 6) sorted by relevance
/linux/arch/sh/kernel/ |
H A D | entry-common.S | 262 * Note: When we're first called, the TRA value must be shifted 299 mov.l @r9, r8 ! Read from TRA (Trap Address) Register 304 mov.l r8, @r10 ! set TRA value to tra 395 1: .long TRA
|
/linux/arch/sh/kernel/cpu/sh2/ |
H A D | entry.S | 42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA) 77 mov.l r1,@-r15 ! TRA 100 mov r1,r9 ! save TRA 128 mov.l r1,@-r2 ! TRA 201 shll2 r9 ! TRA
|
/linux/arch/sh/include/cpu-sh3/cpu/ |
H A D | mmu_context.h | 25 #define TRA 0xffffffd0 macro
|
/linux/arch/sh/kernel/cpu/sh2a/ |
H A D | entry.S | 42 ! r1 = vector (pseudo EXPEVT / INTEVT / TRA) 58 mov.l r1,@-r15 ! TRA 147 shll2 r9 ! TRA
|
/linux/arch/sh/include/cpu-sh4/cpu/ |
H A D | mmu_context.h | 74 #define TRA 0xff000020 macro
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmm.c | 109 #define TRA(i,f,a...) do { \ macro 116 #define TRA(i,f,a...) macro 130 TRA(it, "flush: %d", it->flush); in nvkm_vmm_flush() 153 TRA(it, "PDE unmap %s", nvkm_vmm_desc_type(&desc[it->lvl - 1])); in nvkm_vmm_unref_pdes() 189 TRA(it, "PDE free %s", nvkm_vmm_desc_type(&desc[it->lvl - 1])); in nvkm_vmm_unref_pdes() 243 TRA(it, "LPTE %05x: U -> S %d PTEs", pteb, ptes); in nvkm_vmm_unref_sptes() 251 TRA(it, "LPTE %05x: U -> I %d PTEs", pteb, ptes); in nvkm_vmm_unref_sptes() 286 TRA(it, "%s empty", nvkm_vmm_desc_type(desc)); in nvkm_vmm_unref_ptes() 347 TRA(it, "SPTE %05x: U -> S %d PTEs", spti, sptc); in nvkm_vmm_ref_sptes() 350 TRA(it, "LPTE %05x: S -> U %d PTEs", pteb, ptes); in nvkm_vmm_ref_sptes() [all …]
|