Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h32 struct fpr_regs { struct
323 struct fpr_regs *regs; in show_fpr()
326 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_fpr()
342 struct fpr_regs *regs; in write_fpr()
345 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_fpr()
365 struct fpr_regs *regs; in show_ckpt_fpr()
369 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_ckpt_fpr()
371 iov.iov_len = sizeof(struct fpr_regs); in show_ckpt_fpr()
389 struct fpr_regs *regs; in write_ckpt_fpr()
393 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_ckpt_fpr()
[all …]