Home
last modified time | relevance | path

Searched refs:gp (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/arch/riscv/userspace/riscv_gp/src/
Dmain.c25 uintptr_t gp_val = reg_read(gp); in rogue_user_fn()
36 reg_write(gp, 0xbad); in rogue_user_fn()
40 zassert_equal(reg_read(gp), 0xbad); in rogue_user_fn()
60 uintptr_t gp_val = reg_read(gp); in ZTEST_USER()
77 zassert_equal(reg_read(gp), gp_val, "`gp` corrupted by user thread"); in ZTEST_USER()
/Zephyr-latest/arch/nios2/core/
Dcrt0.S134 movhi gp, %hi(_gp)
135 ori gp, gp, %lo(_gp)
/Zephyr-latest/include/zephyr/arch/mips/
Dexception.h22 unsigned long gp; /* global pointer */ member
/Zephyr-latest/arch/mips/include/mips/
Dregdef.h60 #define gp $28 macro
/Zephyr-latest/soc/common/riscv-privileged/
Dvector.S24 la gp, __global_pointer$
/Zephyr-latest/cmake/linker/lld/
Dlinker_flags.cmake21 check_set_linker_property(TARGET linker PROPERTY relax ${LINKERFLAGPREFIX},--relax-gp)
/Zephyr-latest/arch/mips/core/
Dfatal.c28 esf->gp, esf->ra); in z_mips_fatal_error()
Disr.S41 op gp, ESF_O(gp)(sp) ;\
/Zephyr-latest/soc/ite/ec/common/
Dvector.S23 la gp, __global_pointer$
/Zephyr-latest/arch/mips/core/offsets/
Doffsets.c27 GEN_OFFSET_STRUCT(arch_esf, gp);
/Zephyr-latest/include/zephyr/arch/nios2/
Dlinker.ld140 PROVIDE(gp = _gp); symbol
222 * Since these immediate offsets are signed, place gp 0x8000 past the
228 PROVIDE(gp = _gp); symbol
/Zephyr-latest/arch/riscv/core/
Disr.S170 la gp, __global_pointer$
173 lr gp, ___cpu_t_current_OFFSET(s0)
/Zephyr-latest/soc/andestech/ae350/
Dlinker.ld284 * Since these immediate offsets are signed, place gp 0x800 past the
/Zephyr-latest/include/zephyr/arch/riscv/common/
Dlinker.ld313 * Since these immediate offsets are signed, place gp 0x800 past the
/Zephyr-latest/soc/ite/ec/it8xxx2/
Dlinker.ld406 * Since these immediate offsets are signed, place gp 0x800 past the
/Zephyr-latest/doc/security/
Dvulnerabilities.rst1670 - `Zephyr project bug tracker GHSA-r8h3-64gp-wv7f
1671 <https://github.com/zephyrproject-rtos/zephyr/security/advisories/GHSA-r8h3-64gp-wv7f>`_
1814 A rogue thread can corrupt the gp reg and cause the entire system to hard fault at best, at worst,
/Zephyr-latest/doc/releases/
Drelease-notes-1.7.rst165 …l microkernel objects in designated sections require __attribute__((section)) in gp-enabled systems