Searched refs:gensym (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/arch/tile/kernel/ |
D | hvglue.S | 2 .macro gensym sym, val, size macro 16 gensym hv_init, 0x20, 32 17 gensym hv_install_context, 0x40, 32 18 gensym hv_sysconf, 0x60, 32 19 gensym hv_get_rtc, 0x80, 32 20 gensym hv_set_rtc, 0xa0, 32 21 gensym hv_flush_asid, 0xc0, 32 22 gensym hv_flush_page, 0xe0, 32 23 gensym hv_flush_pages, 0x100, 32 24 gensym hv_restart, 0x120, 32 [all …]
|