]> Git Repo - linux.git/blob - include/linux/intel-svm.h
Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/printk...
[linux.git] / include / linux / intel-svm.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright © 2015 Intel Corporation.
4  *
5  * Authors: David Woodhouse <[email protected]>
6  */
7
8 #ifndef __INTEL_SVM_H__
9 #define __INTEL_SVM_H__
10
11 /* Page Request Queue depth */
12 #define PRQ_ORDER       4
13 #define PRQ_RING_MASK   ((0x1000 << PRQ_ORDER) - 0x20)
14 #define PRQ_DEPTH       ((0x1000 << PRQ_ORDER) >> 5)
15
16 #endif /* __INTEL_SVM_H__ */
This page took 0.034669 seconds and 4 git commands to generate.