Home
last modified time | relevance | path

Searched defs:PT_REGS_FP (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h379 #define PT_REGS_FP(x) ((x)->bp) macro
392 #define PT_REGS_FP(x) ((x)->ebp) macro
403 #define PT_REGS_FP(x) ((x)->rbp) macro
422 #define PT_REGS_FP(x) (((PT_REGS_S390 *)(x))->gprs[11]) macro
435 #define PT_REGS_FP(x) ((x)->uregs[11]) /* Works only with CONFIG_FRAME_POINTER */ macro
452 #define PT_REGS_FP(x) (((PT_REGS_ARM64 *)(x))->regs[29]) macro
465 #define PT_REGS_FP(x) ((x)->regs[30]) /* Works only with CONFIG_FRAME_POINTER */ macro