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

/linux-master/tools/testing/selftests/powerpc/security/
H A Dbranch_loops.S11 jump_table: label
46 ld r6, jump_table@got(%r2)
/linux-master/arch/x86/kernel/
H A Dsev.c1143 u16 __iomem *jump_table; local
1161 jump_table = ioremap_encrypted(jump_table_pa, PAGE_SIZE);
1162 if (!jump_table)
1165 writew(startup_ip, &jump_table[0]);
1166 writew(startup_cs, &jump_table[1]);
1168 iounmap(jump_table);
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S171 leaq jump_table(%rip), %bufp
320 jump_table: label

Completed in 281 milliseconds