summaryrefslogtreecommitdiff
path: root/security/tlk_driver/ote_irq.S
blob: 6305e0799440d66e74ae79eb85d1f10c6be4b310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * 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, #0x1FF1
	movt	r0, #0xFFFF	@ TE_SMC_NS_IRQ_DONE
	smc	#0
ENDPROC(tlk_irq_handler)