Lines Matching refs:int64_t
81 int64_t moea64_pte_replace(struct pvo_entry *, int);
82 int64_t moea64_pte_insert(struct pvo_entry *);
83 int64_t moea64_pte_unset(struct pvo_entry *);
84 int64_t moea64_pte_clear(struct pvo_entry *, uint64_t);
85 int64_t moea64_pte_synch(struct pvo_entry *);
86 int64_t moea64_pte_insert_sp(struct pvo_entry *);
87 int64_t moea64_pte_unset_sp(struct pvo_entry *);
88 int64_t moea64_pte_replace_sp(struct pvo_entry *);
90 typedef int64_t (*moea64_pte_replace_t)(struct pvo_entry *, int);
91 typedef int64_t (*moea64_pte_insert_t)(struct pvo_entry *);
92 typedef int64_t (*moea64_pte_unset_t)(struct pvo_entry *);
93 typedef int64_t (*moea64_pte_clear_t)(struct pvo_entry *, uint64_t);
94 typedef int64_t (*moea64_pte_synch_t)(struct pvo_entry *);
95 typedef int64_t (*moea64_pte_insert_sp_t)(struct pvo_entry *);
96 typedef int64_t (*moea64_pte_unset_sp_t)(struct pvo_entry *);
97 typedef int64_t (*moea64_pte_replace_sp_t)(struct pvo_entry *);