Searched refs:cop_type (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | vas.h | 240 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type, 273 enum vas_cop_type cop_type, const char *name); 285 int vas_register_coproc_api(struct module *mod, enum vas_cop_type cop_type,
|
| /linux/arch/powerpc/platforms/powernv/ |
| H A D | vas-window.c | 1413 enum vas_cop_type cop_type) in vas_user_win_open() argument 1417 vas_init_tx_win_attr(&txattr, cop_type); in vas_user_win_open() 1428 return vas_tx_win_open(vas_id, cop_type, &txattr); in vas_user_win_open() 1459 int vas_register_api_powernv(struct module *mod, enum vas_cop_type cop_type, in vas_register_api_powernv() argument 1463 return vas_register_coproc_api(mod, cop_type, name, &vops); in vas_register_api_powernv()
|