Searched refs:LV1_CALL (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/powerpc/include/asm/ |
D | lv1call.h | 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_info, 1, 5, 6 ) 224 LV1_CALL(select_virtual_address_space, 1, 0, 7 ) 225 LV1_CALL(pause, 1, 0, 9 ) [all …]
|
/linux-5.19.10/arch/powerpc/platforms/ps3/ |
D | exports.c | 9 #define LV1_CALL(name, in, out, num) \ macro
|
D | hvcall.S | 791 #define LV1_CALL(name, in, out, num) LV1_##in##_IN_##out##_OUT(lv1_##name, num) macro
|