Home
last modified time | relevance | path

Searched refs:IMR_ALIGN (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/platform/intel-quark/
Dimr_selftest.c72 base += size - IMR_ALIGN; in imr_self_test()
77 base -= size + IMR_ALIGN * 2; in imr_self_test()
82 ret = imr_add_range(0, IMR_ALIGN, IMR_READ_ACCESS_ALL, in imr_self_test()
87 ret = imr_add_range(0, IMR_ALIGN, IMR_CPU, IMR_CPU, false); in imr_self_test()
90 ret = imr_remove_range(0, IMR_ALIGN); in imr_self_test()
95 size = IMR_ALIGN * 2; in imr_self_test()
Dimr.c322 return size - IMR_ALIGN; in imr_raw_size()
/linux-4.4.14/arch/x86/include/asm/
Dimr.h52 #define IMR_ALIGN 0x400 macro
53 #define IMR_MASK (IMR_ALIGN - 1)