Home
last modified time | relevance | path

Searched refs:toc_entry (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/arch/powerpc/kernel/
Dprom_init.c3229 unsigned long *toc_entry; in __reloc_toc() local
3232 asm volatile("addi %0,2,-0x8000" : "=b" (toc_entry)); in __reloc_toc()
3235 *toc_entry = *toc_entry + offset; in __reloc_toc()
3236 toc_entry++; in __reloc_toc()