Home
last modified time | relevance | path

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

/linux-4.1.27/arch/avr32/mach-at32ap/
Dpm-at32ap700x.S70 .global pm_exception
71 .type pm_exception, @function
72 pm_exception: label
85 .size pm_exception, . - pm_exception
Dpm.c186 extern u8 pm_exception[]; in avr32_pm_offset()
188 return (unsigned long)symbol - (unsigned long)pm_exception; in avr32_pm_offset()
193 extern u8 pm_exception[]; in avr32_pm_init()
220 memcpy(dst, pm_exception, pm_sram_size); in avr32_pm_init()