Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Drtas.c76 const bool banned_for_syscall_on_le:1; member
360 .banned_for_syscall_on_le = true,
374 .banned_for_syscall_on_le = true,
383 .banned_for_syscall_on_le = true,
1761 if (IS_ENABLED(CONFIG_CPU_LITTLE_ENDIAN) && func->banned_for_syscall_on_le) in block_rtas_call()