summaryrefslogtreecommitdiff
path: root/security/tlk_driver/ote_irq.S
blob: 3a4ca6875801e7b81d10b61dd475841ea60d2718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * Copyright (c) 2013 NVIDIA Corporation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 */

#include <linux/linkage.h>
#include <linux/init.h>

ENTRY(tlk_irq_handler)
	movw	r0, #0x5
	movt	r0, #0x3200	@ TE_SMC_NS_IRQ_DONE
	mov	r1, #0
	mov	r2, #0
	smc	#0
ENDPROC(tlk_irq_handler)