Home
last modified time | relevance | path

Searched refs:targetsec (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c405 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) in get_stub() argument
411 if (!me->arch.section[targetsec].stub_offset) { in get_stub()
412 loc0 -= (me->arch.section[targetsec].stub_entries + 1) * in get_stub()
416 me->arch.section[targetsec].stub_offset = loc0; in get_stub()
420 stub = (void *) me->arch.section[targetsec].stub_offset; in get_stub()
421 me->arch.section[targetsec].stub_offset += sizeof(struct stub_entry); in get_stub()
424 BUG_ON(0 == me->arch.section[targetsec].stub_entries--); in get_stub()
515 unsigned int targetsec = sechdrs[relsec].sh_info; in apply_relocate_add() local
520 targetsec); in apply_relocate_add()
523 loc = (void *)sechdrs[targetsec].sh_addr in apply_relocate_add()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c2789 bool targetsec = env->v7m.secure; in HELPER() local
2796 targetsec = !targetsec; in HELPER()
2803 !(env->v7m.control[targetsec] & R_V7M_CONTROL_NPRIV_MASK); in HELPER()
2807 mmu_idx = arm_v7m_mmu_idx_for_secstate_and_priv(env, targetsec, targetpriv); in HELPER()
2824 pmsav8_mpu_lookup(env, addr, MMU_DATA_LOAD, mmu_idx, targetsec, in HELPER()
2843 targetsec, &sattrs); in HELPER()