Home
last modified time | relevance | path

Searched refs:LV1_CALL (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dlv1call.h219 #if !defined(LV1_CALL)
220 #define LV1_CALL(name, in, out, num) \ macro
230 LV1_CALL(allocate_memory, 4, 2, 0 )
231 LV1_CALL(write_htab_entry, 4, 0, 1 )
232 LV1_CALL(construct_virtual_address_space, 3, 2, 2 )
233 LV1_CALL(invalidate_htab_entries, 5, 0, 3 )
234 LV1_CALL(get_virtual_address_space_id_of_ppe, 0, 1, 4 )
235 LV1_CALL(query_logical_partition_address_region_info, 1, 5, 6 )
236 LV1_CALL(select_virtual_address_space, 1, 0, 7 )
237 LV1_CALL(pause, 1, 0, 9 )
[all …]
/arch/powerpc/platforms/ps3/
Dexports.c21 #define LV1_CALL(name, in, out, num) \ macro
Dhvcall.S803 #define LV1_CALL(name, in, out, num) LV1_##in##_IN_##out##_OUT(lv1_##name, num) macro