Searched refs:gp (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/tests/arch/riscv/userspace/riscv_gp/src/ |
D | main.c | 25 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/ |
D | crt0.S | 134 movhi gp, %hi(_gp) 135 ori gp, gp, %lo(_gp)
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | exception.h | 22 unsigned long gp; /* global pointer */ member
|
/Zephyr-latest/arch/mips/include/mips/ |
D | regdef.h | 60 #define gp $28 macro
|
/Zephyr-latest/soc/common/riscv-privileged/ |
D | vector.S | 24 la gp, __global_pointer$
|
/Zephyr-latest/cmake/linker/lld/ |
D | linker_flags.cmake | 21 check_set_linker_property(TARGET linker PROPERTY relax ${LINKERFLAGPREFIX},--relax-gp)
|
/Zephyr-latest/arch/mips/core/ |
D | fatal.c | 28 esf->gp, esf->ra); in z_mips_fatal_error()
|
D | isr.S | 41 op gp, ESF_O(gp)(sp) ;\
|
/Zephyr-latest/soc/ite/ec/common/ |
D | vector.S | 23 la gp, __global_pointer$
|
/Zephyr-latest/arch/mips/core/offsets/ |
D | offsets.c | 27 GEN_OFFSET_STRUCT(arch_esf, gp);
|
/Zephyr-latest/include/zephyr/arch/nios2/ |
D | linker.ld | 140 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/ |
D | isr.S | 170 la gp, __global_pointer$ 173 lr gp, ___cpu_t_current_OFFSET(s0)
|
/Zephyr-latest/soc/andestech/ae350/ |
D | linker.ld | 284 * Since these immediate offsets are signed, place gp 0x800 past the
|
/Zephyr-latest/include/zephyr/arch/riscv/common/ |
D | linker.ld | 313 * Since these immediate offsets are signed, place gp 0x800 past the
|
/Zephyr-latest/soc/ite/ec/it8xxx2/ |
D | linker.ld | 406 * Since these immediate offsets are signed, place gp 0x800 past the
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 1670 - `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/ |
D | release-notes-1.7.rst | 165 …l microkernel objects in designated sections require __attribute__((section)) in gp-enabled systems
|