• Home
  • Raw
  • Download

Lines Matching refs:u64

27 extern s64 beat_hcall_norets(u64 opcode, ...);
28 extern s64 beat_hcall_norets8(u64 opcode, u64 arg1, u64 arg2, u64 arg3,
29 u64 arg4, u64 arg5, u64 arg6, u64 arg7, u64 arg8);
30 extern s64 beat_hcall1(u64 opcode, u64 retbuf[1], ...);
31 extern s64 beat_hcall2(u64 opcode, u64 retbuf[2], ...);
32 extern s64 beat_hcall3(u64 opcode, u64 retbuf[3], ...);
33 extern s64 beat_hcall4(u64 opcode, u64 retbuf[4], ...);
34 extern s64 beat_hcall5(u64 opcode, u64 retbuf[5], ...);
35 extern s64 beat_hcall6(u64 opcode, u64 retbuf[6], ...);
37 static inline s64 beat_downcount_of_interrupt(u64 plug_id) in beat_downcount_of_interrupt()
42 static inline s64 beat_set_interrupt_mask(u64 index, in beat_set_interrupt_mask()
43 u64 val0, u64 val1, u64 val2, u64 val3) in beat_set_interrupt_mask()
49 static inline s64 beat_destruct_irq_plug(u64 plug_id) in beat_destruct_irq_plug()
54 static inline s64 beat_construct_and_connect_irq_plug(u64 plug_id, in beat_construct_and_connect_irq_plug()
55 u64 outlet_id) in beat_construct_and_connect_irq_plug()
61 static inline s64 beat_detect_pending_interrupts(u64 index, u64 *retbuf) in beat_detect_pending_interrupts()
66 static inline s64 beat_pause(u64 style) in beat_pause()
71 static inline s64 beat_read_htab_entries(u64 htab_id, u64 index, u64 *retbuf) in beat_read_htab_entries()
76 static inline s64 beat_insert_htab_entry(u64 htab_id, u64 group, in beat_insert_htab_entry()
77 u64 bitmask, u64 hpte_v, u64 hpte_r, u64 *slot) in beat_insert_htab_entry()
79 u64 dummy[3]; in beat_insert_htab_entry()
88 static inline s64 beat_write_htab_entry(u64 htab_id, u64 slot, in beat_write_htab_entry()
89 u64 hpte_v, u64 hpte_r, u64 mask_v, u64 mask_r, in beat_write_htab_entry()
90 u64 *ret_v, u64 *ret_r) in beat_write_htab_entry()
92 u64 dummy[2]; in beat_write_htab_entry()
102 static inline s64 beat_insert_htab_entry3(u64 htab_id, u64 group, in beat_insert_htab_entry3()
103 u64 hpte_v, u64 hpte_r, u64 mask_v, u64 value_v, u64 *slot) in beat_insert_htab_entry3()
105 u64 dummy[1]; in beat_insert_htab_entry3()
114 static inline s64 beat_invalidate_htab_entry3(u64 htab_id, u64 group, in beat_invalidate_htab_entry3()
115 u64 va, u64 pss) in beat_invalidate_htab_entry3()
121 static inline s64 beat_update_htab_permission3(u64 htab_id, u64 group, in beat_update_htab_permission3()
122 u64 va, u64 pss, u64 ptel_mask, u64 ptel_value) in beat_update_htab_permission3()
128 static inline s64 beat_clear_htab3(u64 htab_id) in beat_clear_htab3()
133 static inline void beat_shutdown_logical_partition(u64 code) in beat_shutdown_logical_partition()
138 static inline s64 beat_rtc_write(u64 time_from_epoch) in beat_rtc_write()
143 static inline s64 beat_rtc_read(u64 *time_from_epoch) in beat_rtc_read()
145 u64 dummy[1]; in beat_rtc_read()
153 #define BEAT_NVRW_CNT (sizeof(u64) * 6)
155 static inline s64 beat_eeprom_write(u64 index, u64 length, u8 *buffer) in beat_eeprom_write()
157 u64 b[6]; in beat_eeprom_write()
166 static inline s64 beat_eeprom_read(u64 index, u64 length, u8 *buffer) in beat_eeprom_read()
168 u64 b[6]; in beat_eeprom_read()
178 static inline s64 beat_set_dabr(u64 value, u64 style) in beat_set_dabr()
183 static inline s64 beat_get_characters_from_console(u64 termno, u64 *len, in beat_get_characters_from_console()
186 u64 dummy[3]; in beat_get_characters_from_console()
195 static inline s64 beat_put_characters_to_console(u64 termno, u64 len, in beat_put_characters_to_console()
198 u64 b[2]; in beat_put_characters_to_console()
206 u64 id, u64 offsetof, u64 *value) in beat_get_spe_privileged_state_1_registers()
208 u64 dummy[1]; in beat_get_spe_privileged_state_1_registers()
217 static inline s64 beat_set_irq_mask_for_spe(u64 id, u64 class, u64 mask) in beat_set_irq_mask_for_spe()
222 static inline s64 beat_clear_interrupt_status_of_spe(u64 id, u64 class, in beat_clear_interrupt_status_of_spe()
223 u64 mask) in beat_clear_interrupt_status_of_spe()
230 u64 id, u64 offsetof, u64 value) in beat_set_spe_privileged_state_1_registers()
236 static inline s64 beat_get_interrupt_status_of_spe(u64 id, u64 class, u64 *val) in beat_get_interrupt_status_of_spe()
238 u64 dummy[1]; in beat_get_interrupt_status_of_spe()
246 static inline s64 beat_put_iopte(u64 ioas_id, u64 io_addr, u64 real_addr, in beat_put_iopte()
247 u64 ioid, u64 flags) in beat_put_iopte()
253 static inline s64 beat_construct_event_receive_port(u64 *port) in beat_construct_event_receive_port()
255 u64 dummy[1]; in beat_construct_event_receive_port()
263 static inline s64 beat_destruct_event_receive_port(u64 port) in beat_destruct_event_receive_port()
271 static inline s64 beat_create_repository_node(u64 path[4], u64 data[2]) in beat_create_repository_node()
280 static inline s64 beat_get_repository_node_value(u64 lpid, u64 path[4], in beat_get_repository_node_value()
281 u64 data[2]) in beat_get_repository_node_value()