Lines Matching refs:u64
59 u64 int_status_class0_RW; /* 0x0140 */
60 u64 int_status_class1_RW; /* 0x0148 */
61 u64 int_status_class2_RW; /* 0x0150 */
63 u64 mfc_dsisr_RW; /* 0x0610 */
65 u64 mfc_dar_RW; /* 0x0620 */
67 u64 mfc_dsipr_R; /* 0x0800 */
69 u64 mfc_lscrr_R; /* 0x0810 */
71 u64 mfc_cer_R; /* 0x0c00 */
73 u64 spe_execution_status; /* 0x0f00 */
101 u64 masks[3];
102 u64 sr1;
103 u64 tclass_id;
120 u64 spe_id;
121 u64 resource_id;
122 u64 priv2_addr;
123 u64 shadow_addr;
146 u64 ps3_get_spe_id(void *arg) in ps3_get_spe_id()
154 u64 id; in get_vas_id()
165 u64 unused; in construct_spu()
166 u64 problem_phys; in construct_spu()
167 u64 local_store_phys; in construct_spu()
479 static void int_mask_and(struct spu *spu, int class, u64 mask) in int_mask_and()
481 u64 old_mask; in int_mask_and()
488 static void int_mask_or(struct spu *spu, int class, u64 mask) in int_mask_or()
490 u64 old_mask; in int_mask_or()
496 static void int_mask_set(struct spu *spu, int class, u64 mask) in int_mask_set()
503 static u64 int_mask_get(struct spu *spu, int class) in int_mask_get()
508 static void int_stat_clear(struct spu *spu, int class, u64 stat) in int_stat_clear()
516 static u64 int_stat_get(struct spu *spu, int class) in int_stat_get()
518 u64 stat; in int_stat_get()
529 static u64 mfc_dar_get(struct spu *spu) in mfc_dar_get()
534 static void mfc_dsisr_set(struct spu *spu, u64 dsisr) in mfc_dsisr_set()
539 static u64 mfc_dsisr_get(struct spu *spu) in mfc_dsisr_get()
549 static void mfc_sr1_set(struct spu *spu, u64 sr1) in mfc_sr1_set()
553 static const u64 allowed = ~(MFC_STATE1_LOCAL_STORAGE_DECODE_MASK in mfc_sr1_set()
565 static u64 mfc_sr1_get(struct spu *spu) in mfc_sr1_get()
570 static void mfc_tclass_id_set(struct spu *spu, u64 tclass_id) in mfc_tclass_id_set()
579 static u64 mfc_tclass_id_get(struct spu *spu) in mfc_tclass_id_get()
589 static void resource_allocation_groupID_set(struct spu *spu, u64 id) in resource_allocation_groupID_set()
594 static u64 resource_allocation_groupID_get(struct spu *spu) in resource_allocation_groupID_get()
599 static void resource_allocation_enable_set(struct spu *spu, u64 enable) in resource_allocation_enable_set()
604 static u64 resource_allocation_enable_get(struct spu *spu) in resource_allocation_enable_get()