Home
last modified time | relevance | path

Searched refs:iamr (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/frv/kernel/
Dgdb-stub.c152 struct __debug_amr iamr[16]; member
1241 __debug_mmu.iamr[0].L = __get_IAMLR(0); in gdbstub_get_mmu_state()
1242 __debug_mmu.iamr[0].P = __get_IAMPR(0); in gdbstub_get_mmu_state()
1243 __debug_mmu.iamr[1].L = __get_IAMLR(1); in gdbstub_get_mmu_state()
1244 __debug_mmu.iamr[1].P = __get_IAMPR(1); in gdbstub_get_mmu_state()
1245 __debug_mmu.iamr[2].L = __get_IAMLR(2); in gdbstub_get_mmu_state()
1246 __debug_mmu.iamr[2].P = __get_IAMPR(2); in gdbstub_get_mmu_state()
1247 __debug_mmu.iamr[3].L = __get_IAMLR(3); in gdbstub_get_mmu_state()
1248 __debug_mmu.iamr[3].P = __get_IAMPR(3); in gdbstub_get_mmu_state()
1249 __debug_mmu.iamr[4].L = __get_IAMLR(4); in gdbstub_get_mmu_state()
[all …]
/linux-4.4.14/Documentation/frv/
Dgdbinit7 …\n",__debug_mmu.damr[0x0].L,__debug_mmu.damr[0x0].P,__debug_mmu.iamr[0x0].L,__debug_mmu.iamr[0x0].P
8 …\n",__debug_mmu.damr[0x1].L,__debug_mmu.damr[0x1].P,__debug_mmu.iamr[0x1].L,__debug_mmu.iamr[0x1].P
9 …\n",__debug_mmu.damr[0x2].L,__debug_mmu.damr[0x2].P,__debug_mmu.iamr[0x2].L,__debug_mmu.iamr[0x2].P
10 …\n",__debug_mmu.damr[0x3].L,__debug_mmu.damr[0x3].P,__debug_mmu.iamr[0x3].L,__debug_mmu.iamr[0x3].P
11 …\n",__debug_mmu.damr[0x4].L,__debug_mmu.damr[0x4].P,__debug_mmu.iamr[0x4].L,__debug_mmu.iamr[0x4].P
12 …\n",__debug_mmu.damr[0x5].L,__debug_mmu.damr[0x5].P,__debug_mmu.iamr[0x5].L,__debug_mmu.iamr[0x5].P
13 …\n",__debug_mmu.damr[0x6].L,__debug_mmu.damr[0x6].P,__debug_mmu.iamr[0x6].L,__debug_mmu.iamr[0x6].P
14 …\n",__debug_mmu.damr[0x7].L,__debug_mmu.damr[0x7].P,__debug_mmu.iamr[0x7].L,__debug_mmu.iamr[0x7].P
Dmmu-layout.txt233 (*) __debug_mmu.iamr[]
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h480 ulong iamr; member
/linux-4.4.14/arch/powerpc/kvm/
Dbook3s_hv.c1095 *val = get_reg_val(id, vcpu->arch.iamr); in kvmppc_get_one_reg_hv()
1287 vcpu->arch.iamr = set_reg_val(id, *val); in kvmppc_set_one_reg_hv()
/linux-4.4.14/arch/powerpc/kernel/
Dasm-offsets.c526 DEFINE(VCPU_IAMR, offsetof(struct kvm_vcpu, arch.iamr)); in main()