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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dlv1call.h211 * This LV1_CALL() macro is for use by callers. It expands into an
214 * file lv1call.S defines its own LV1_CALL() macro to expand into
218 #if !defined(LV1_CALL)
219 #define LV1_CALL(name, in, out, num) \ macro
229 LV1_CALL(allocate_memory, 4, 2, 0 )
230 LV1_CALL(write_htab_entry, 4, 0, 1 )
231 LV1_CALL(construct_virtual_address_space, 3, 2, 2 )
232 LV1_CALL(invalidate_htab_entries, 5, 0, 3 )
233 LV1_CALL(get_virtual_address_space_id_of_ppe, 1, 1, 4 )
234 LV1_CALL(query_logical_partition_address_region_inf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dexports.c23 #define LV1_CALL(name, in, out, num) \ macro
H A Dhvcall.S803 #define LV1_CALL(name, in, out, num) LV1_##in##_IN_##out##_OUT(lv1_##name, num) define

Completed in 65 milliseconds