Searched hist:"577 d5cd7e5851d3832066cd0422475fa7db2ee17" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | io_bitmap.h | 577d5cd7e5851d3832066cd0422475fa7db2ee17 Mon Nov 11 16:03:21 CST 2019 Thomas Gleixner <tglx@linutronix.de> x86/ioperm: Move iobitmap data into a struct
No point in having all the data in thread_struct, especially as upcoming changes add more.
Make the bitmap in the new struct accessible as array of longs and as array of characters via a union, so both the bitmap functions and the update logic can avoid type casts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | processor.h | diff 577d5cd7e5851d3832066cd0422475fa7db2ee17 Mon Nov 11 16:03:21 CST 2019 Thomas Gleixner <tglx@linutronix.de> x86/ioperm: Move iobitmap data into a struct
No point in having all the data in thread_struct, especially as upcoming changes add more.
Make the bitmap in the new struct accessible as array of longs and as array of characters via a union, so both the bitmap functions and the update logic can avoid type casts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
/openbmc/linux/arch/x86/kernel/ |
H A D | ioport.c | diff 577d5cd7e5851d3832066cd0422475fa7db2ee17 Mon Nov 11 16:03:21 CST 2019 Thomas Gleixner <tglx@linutronix.de> x86/ioperm: Move iobitmap data into a struct
No point in having all the data in thread_struct, especially as upcoming changes add more.
Make the bitmap in the new struct accessible as array of longs and as array of characters via a union, so both the bitmap functions and the update logic can avoid type casts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | ptrace.c | diff 577d5cd7e5851d3832066cd0422475fa7db2ee17 Mon Nov 11 16:03:21 CST 2019 Thomas Gleixner <tglx@linutronix.de> x86/ioperm: Move iobitmap data into a struct
No point in having all the data in thread_struct, especially as upcoming changes add more.
Make the bitmap in the new struct accessible as array of longs and as array of characters via a union, so both the bitmap functions and the update logic can avoid type casts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|
H A D | process.c | diff 577d5cd7e5851d3832066cd0422475fa7db2ee17 Mon Nov 11 16:03:21 CST 2019 Thomas Gleixner <tglx@linutronix.de> x86/ioperm: Move iobitmap data into a struct
No point in having all the data in thread_struct, especially as upcoming changes add more.
Make the bitmap in the new struct accessible as array of longs and as array of characters via a union, so both the bitmap functions and the update logic can avoid type casts.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
|