Home
last modified time | relevance | path

Searched defs:__visible (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/power/
H A Dhibernate.c32 unsigned long restore_jump_address __visible; variable
39 unsigned long restore_cr3 __visible; variable
40 unsigned long temp_pgt __visible; variable
41 unsigned long relocated_restore_code __visible; variable
/openbmc/linux/include/linux/
H A Dcompiler_attributes.h162 # define __visible __attribute__((__externally_visible__)) macro
164 # define __visible macro
/openbmc/u-boot/include/linux/
H A Dcompiler-gcc.h215 #define __visible __attribute__((externally_visible)) macro
H A Dcompiler.h434 #define __visible macro
/openbmc/linux/scripts/gcc-plugins/
H A Dgcc-common.h105 #define __visible __attribute__((visibility("default"))) macro