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.h36 struct fpr_regs { struct
327 struct fpr_regs *regs; in show_fpr()
330 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_fpr()
346 struct fpr_regs *regs; in write_fpr()
349 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_fpr()
369 struct fpr_regs *regs; in show_ckpt_fpr()
373 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in show_ckpt_fpr()
375 iov.iov_len = sizeof(struct fpr_regs); in show_ckpt_fpr()
393 struct fpr_regs *regs; in write_ckpt_fpr()
397 regs = (struct fpr_regs *) malloc(sizeof(struct fpr_regs)); in write_ckpt_fpr()
[all …]