lv1call.h (d30cc16c8e48368e0518f4975a78711e53e14a0f) | lv1call.h (9fce85f7ff94f1a877c15ad3d6ffbaed4b5cd1a6) |
---|---|
1/* 2 * PS3 hvcall interface. 3 * 4 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 * Copyright 2006 Sony Corp. 6 * Copyright 2003, 2004 (c) MontaVista Software, Inc. 7 * 8 * This program is free software; you can redistribute it and/or modify --- 302 unchanged lines hidden (view full) --- 311LV1_CALL(gpu_device_unmap, 1, 0, 213 ) 312LV1_CALL(gpu_memory_allocate, 5, 2, 214 ) 313LV1_CALL(gpu_memory_free, 1, 0, 216 ) 314LV1_CALL(gpu_context_allocate, 2, 5, 217 ) 315LV1_CALL(gpu_context_free, 1, 0, 218 ) 316LV1_CALL(gpu_context_iomap, 5, 0, 221 ) 317LV1_CALL(gpu_context_attribute, 6, 0, 225 ) 318LV1_CALL(gpu_context_intr, 1, 1, 227 ) | 1/* 2 * PS3 hvcall interface. 3 * 4 * Copyright (C) 2006 Sony Computer Entertainment Inc. 5 * Copyright 2006 Sony Corp. 6 * Copyright 2003, 2004 (c) MontaVista Software, Inc. 7 * 8 * This program is free software; you can redistribute it and/or modify --- 302 unchanged lines hidden (view full) --- 311LV1_CALL(gpu_device_unmap, 1, 0, 213 ) 312LV1_CALL(gpu_memory_allocate, 5, 2, 214 ) 313LV1_CALL(gpu_memory_free, 1, 0, 216 ) 314LV1_CALL(gpu_context_allocate, 2, 5, 217 ) 315LV1_CALL(gpu_context_free, 1, 0, 218 ) 316LV1_CALL(gpu_context_iomap, 5, 0, 221 ) 317LV1_CALL(gpu_context_attribute, 6, 0, 225 ) 318LV1_CALL(gpu_context_intr, 1, 1, 227 ) |
319LV1_CALL(gpu_attribute, 5, 0, 228 ) | 319LV1_CALL(gpu_attribute, 3, 0, 228 ) |
320LV1_CALL(get_rtc, 0, 2, 232 ) 321LV1_CALL(set_ppe_periodic_tracer_frequency, 1, 0, 240 ) 322LV1_CALL(start_ppe_periodic_tracer, 5, 0, 241 ) 323LV1_CALL(stop_ppe_periodic_tracer, 1, 1, 242 ) 324LV1_CALL(storage_read, 6, 1, 245 ) 325LV1_CALL(storage_write, 6, 1, 246 ) 326LV1_CALL(storage_send_device_command, 6, 1, 248 ) 327LV1_CALL(storage_get_async_status, 1, 2, 249 ) --- 22 unchanged lines hidden --- | 320LV1_CALL(get_rtc, 0, 2, 232 ) 321LV1_CALL(set_ppe_periodic_tracer_frequency, 1, 0, 240 ) 322LV1_CALL(start_ppe_periodic_tracer, 5, 0, 241 ) 323LV1_CALL(stop_ppe_periodic_tracer, 1, 1, 242 ) 324LV1_CALL(storage_read, 6, 1, 245 ) 325LV1_CALL(storage_write, 6, 1, 246 ) 326LV1_CALL(storage_send_device_command, 6, 1, 248 ) 327LV1_CALL(storage_get_async_status, 1, 2, 249 ) --- 22 unchanged lines hidden --- |