Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 9 of 9) sorted by relevance

/kvm-unit-tests/lib/arm/
H A Dstack.c16 const unsigned long *fp = (unsigned long *)frame; in arch_backtrace_frame() local
19 fp = __builtin_frame_address(0); in arch_backtrace_frame()
28 if (!fp) in arch_backtrace_frame()
30 return_addrs[depth] = (void *)fp[0]; in arch_backtrace_frame()
33 fp = (unsigned long *)fp[-1]; in arch_backtrace_frame()
/kvm-unit-tests/lib/riscv/
H A Dstack.c27 const unsigned long *fp = (unsigned long *)frame; in arch_backtrace_frame() local
31 fp = __builtin_frame_address(0); in arch_backtrace_frame()
39 for (depth = 0; fp && depth < max_depth; ++depth) { in arch_backtrace_frame()
40 return_addrs[depth] = (void *)fp[-1]; in arch_backtrace_frame()
43 fp = (unsigned long *)fp[-2]; in arch_backtrace_frame()
/kvm-unit-tests/lib/arm64/
H A Dstack.c14 const void *fp = frame; in arch_backtrace_frame() local
22 fp = __builtin_frame_address(0); in arch_backtrace_frame()
34 for (depth = 0; fp && depth < max_depth; ++depth) { in arch_backtrace_frame()
37 : "=r" (fp), "=r" (lr) in arch_backtrace_frame()
38 : "r" (fp) in arch_backtrace_frame()
/kvm-unit-tests/riscv/
H A Dcstart.S15 REG_S fp, (FP_SIZE - 2*SZREG)(sp)
16 addi fp, sp, FP_SIZE
21 REG_L fp, (FP_SIZE - 2*SZREG)(sp)
97 mv fp, zero // Ensure fp starts out as zero
165 mv fp, zero
/kvm-unit-tests/lib/s390x/asm/
H A Dmem.h24 uint8_t fp : 1; member
/kvm-unit-tests/riscv/efi/
H A Dcrt0-efi-riscv64.S171 mv fp, zero
/kvm-unit-tests/lib/x86/
H A Dprocessor.h1123 struct far_pointer32 fp = { in generate_of() local
1131 if (fp.offset != (uintptr_t)&&into) { in generate_of()
1140 asm goto ("lcall *%0" : : "m" (fp) : "rax" : into); in generate_of()
/kvm-unit-tests/s390x/
H A Dskey.c67 report(skey.str.acc == ret.str.acc && skey.str.fp == ret.str.fp, in test_set()
/kvm-unit-tests/x86/
H A Dvmx_tests.c3196 struct far_pointer32 fp = { in try_compat_invvpid() local
3204 TEST_ASSERT_MSG(fp.offset == (uintptr_t)&&invvpid, in try_compat_invvpid()
3208 asm goto ("lcall *%0" : : "m" (fp) : "rax" : invvpid); in try_compat_invvpid()