Searched refs:IMR_ALIGN (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/platform/intel-quark/ |
H A D | imr_selftest.c | 75 base += size - IMR_ALIGN; in imr_self_test() 80 base -= size + IMR_ALIGN * 2; in imr_self_test() 85 ret = imr_add_range(0, IMR_ALIGN, IMR_READ_ACCESS_ALL, in imr_self_test() 90 ret = imr_add_range(0, IMR_ALIGN, IMR_CPU, IMR_CPU); in imr_self_test() 93 ret = imr_remove_range(0, IMR_ALIGN); in imr_self_test() 98 size = IMR_ALIGN * 2; in imr_self_test()
|
H A D | imr.c | 206 * Remember to add IMR_ALIGN bytes to size to indicate the in imr_dbgfs_state_show() 207 * inherent IMR_ALIGN size bytes contained in the masked away in imr_dbgfs_state_show() 263 * imr_raw_size - account for the IMR_ALIGN bytes that addr_hi appends. 265 * IMR addr_hi has a built in offset of plus IMR_ALIGN (0x400) bytes from the 266 * value in the register. We need to subtract IMR_ALIGN bytes from input sizes 274 return size - IMR_ALIGN; in imr_raw_size()
|
/kernel/linux/linux-6.6/arch/x86/platform/intel-quark/ |
H A D | imr_selftest.c | 75 base += size - IMR_ALIGN; in imr_self_test() 80 base -= size + IMR_ALIGN * 2; in imr_self_test() 85 ret = imr_add_range(0, IMR_ALIGN, IMR_READ_ACCESS_ALL, in imr_self_test() 90 ret = imr_add_range(0, IMR_ALIGN, IMR_CPU, IMR_CPU); in imr_self_test() 93 ret = imr_remove_range(0, IMR_ALIGN); in imr_self_test() 98 size = IMR_ALIGN * 2; in imr_self_test()
|
H A D | imr.c | 206 * Remember to add IMR_ALIGN bytes to size to indicate the in imr_dbgfs_state_show() 207 * inherent IMR_ALIGN size bytes contained in the masked away in imr_dbgfs_state_show() 263 * imr_raw_size - account for the IMR_ALIGN bytes that addr_hi appends. 265 * IMR addr_hi has a built in offset of plus IMR_ALIGN (0x400) bytes from the 266 * value in the register. We need to subtract IMR_ALIGN bytes from input sizes 274 return size - IMR_ALIGN; in imr_raw_size()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | imr.h | 48 #define IMR_ALIGN 0x400 macro 49 #define IMR_MASK (IMR_ALIGN - 1)
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | imr.h | 48 #define IMR_ALIGN 0x400 macro 49 #define IMR_MASK (IMR_ALIGN - 1)
|
Completed in 3 milliseconds