Home
last modified time | relevance | path

Searched hist:"577 d5cd7e5851d3832066cd0422475fa7db2ee17" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dio_bitmap.h577d5cd7e5851d3832066cd0422475fa7db2ee17 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 Dprocessor.hdiff 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 Dioport.cdiff 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 Dptrace.cdiff 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 Dprocess.cdiff 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>