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

/linux-master/arch/powerpc/include/asm/
H A Dlv1call.h200 * This LV1_CALL() macro is for use by callers. It expands into an
203 * file lv1call.S defines its own LV1_CALL() macro to expand into
207 #if !defined(LV1_CALL)
208 #define LV1_CALL(name, in, out, num) \ macro
218 LV1_CALL(allocate_memory, 4, 2, 0 )
219 LV1_CALL(write_htab_entry, 4, 0, 1 )
220 LV1_CALL(construct_virtual_address_space, 3, 2, 2 )
221 LV1_CALL(invalidate_htab_entries, 5, 0, 3 )
222 LV1_CALL(get_virtual_address_space_id_of_ppe, 0, 1, 4 )
223 LV1_CALL(query_logical_partition_address_region_inf
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dexports.c9 #define LV1_CALL(name, in, out, num) \ macro
H A Dhvcall.S827 #define LV1_CALL(name, in, out, num) LV1_##in##_IN_##out##_OUT(lv1_##name, num) define

Completed in 93 milliseconds