Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ptrace/
H A 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()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/
H A 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()
[all...]

Completed in 2 milliseconds