Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Drestart_table.c24 struct soft_mask_table_entry *smte = __start___soft_mask_table; in search_kernel_soft_mask_table() local
26 while (smte < __stop___soft_mask_table) { in search_kernel_soft_mask_table()
27 unsigned long start = smte->start; in search_kernel_soft_mask_table()
28 unsigned long end = smte->end; in search_kernel_soft_mask_table()
33 smte++; in search_kernel_soft_mask_table()