Searched refs:enter (Results 1 – 25 of 60) sorted by relevance
123
/arch/arm/mach-pxa/ |
D | pm.c | 50 pxa_cpu_pm_fns->enter(state); in pxa_pm_enter() 64 pxa_cpu_pm_fns->enter(state); in pxa_pm_enter() 107 .enter = pxa_pm_enter,
|
/arch/m68k/ifpsp060/ |
D | fpsp.doc | 171 exception taken ---> enter _060_fpsp_snan --| 179 exception taken ---> enter _060_fpsp_operr --| 187 exception taken ---> enter _060_fpsp_dz --| 195 exception taken ---> enter _060_fpsp_inex --| 204 exception taken ---> enter _060_fpsp_ovfl --| 216 exception taken ---> enter _060_fpsp_unfl --| 229 exception taken ---> enter _060_fpsp_fline --| 266 exception taken ---> enter _060_fpsp_unsupp --| 288 exception taken ---> enter _060_fpsp_effadd --|
|
D | isp.doc | 176 060ISP is installed properly, these instructions will enter through the 195 code has completed, then it should re-enter the 060ISP package through the 209 exception taken ---> enter _060_isp_unimp --|
|
/arch/arm/mach-goldfish/ |
D | pm.c | 32 .enter = goldfish_pm_enter,
|
/arch/mips/mach-goldfish/ |
D | pm.c | 34 .enter = goldfish_pm_enter,
|
/arch/arm/mach-pxa/include/mach/ |
D | pm.h | 17 void (*enter)(suspend_state_t state); member
|
/arch/powerpc/kvm/ |
D | timing.c | 102 u64 enter = vcpu->arch.timing_last_enter.tv64; in kvmppc_update_timing_stats() local 111 add_exit_timing(vcpu, (enter - exit), vcpu->arch.last_exit_type); in kvmppc_update_timing_stats() 113 add_exit_timing(vcpu, (vcpu->arch.timing_last_exit - enter), in kvmppc_update_timing_stats()
|
D | Kconfig | 39 Calculate elapsed time for every exit/enter cycle. A per-vcpu
|
/arch/sparc/mm/ |
D | init_64.h | 34 extern void prom_world(int enter);
|
/arch/arm/mach-omap2/ |
D | pm.c | 101 .enter = omap2_pm_enter,
|
/arch/arm/mach-sa1100/ |
D | pm.c | 124 .enter = sa11x0_pm_enter,
|
/arch/arm/mach-pnx4008/ |
D | pm.c | 120 .enter = pnx4008_pm_enter,
|
/arch/arm/lib/ |
D | memcpy.S | 44 .macro enter reg1 reg2 macro
|
D | copy_to_user.S | 77 .macro enter reg1 reg2 macro
|
D | copy_from_user.S | 74 .macro enter reg1 reg2 macro
|
/arch/sh/boards/mach-hp6xx/ |
D | pm.c | 147 .enter = hp6x0_pm_enter,
|
/arch/mn10300/kernel/ |
D | gdb-io-ttysm-low.S | 71 # debugging interrupt - enter the GDB stub proper
|
/arch/x86/kernel/ |
D | paravirt.c | 389 .enter = paravirt_nop, 475 .enter = paravirt_nop,
|
D | kvm.c | 237 pv_mmu_ops.lazy_mode.enter = kvm_enter_lazy_mmu; in paravirt_ops_setup()
|
/arch/avr32/mach-at32ap/ |
D | pm.c | 181 .enter = avr32_pm_enter,
|
/arch/blackfin/mach-common/ |
D | pm.c | 331 .enter = bfin_pm_enter,
|
/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pm.c | 186 .enter = mpc52xx_pm_enter,
|
/arch/arm/mach-at91/ |
D | pm.c | 353 .enter = at91_pm_enter,
|
/arch/mips/alchemy/devboards/ |
D | pm.c | 83 .enter = db1x_pm_enter,
|
/arch/x86/boot/ |
D | header.S | 112 # Explicitly enter this as bytes, or the assembler
|
123