Searched refs:owns (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | vgaarb.c | 46 unsigned int owns; /* what it owns */ member 231 vgaarb_dbg(dev, "%s: owns: %d\n", __func__, vgadev->owns); in __vga_tryget() 234 wants = rsrc & ~vgadev->owns; in __vga_tryget() 277 * Ok, now check if it owns the resource we want. We can in __vga_tryget() 281 match = lwants & conflict->owns; in __vga_tryget() 311 conflict->owns &= ~match; in __vga_tryget() 313 /* If we disabled normal decoding, reflect it in owns */ in __vga_tryget() 315 conflict->owns in __vga_tryget() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/vga/ |
H A D | vgaarb.c | 67 unsigned int owns; /* what does it owns */ member 261 vgaarb_dbg(dev, "%s: owns: %d\n", __func__, vgadev->owns); in __vga_tryget() 264 wants = rsrc & ~vgadev->owns; in __vga_tryget() 309 /* Ok, now check if it owns the resource we want. We can in __vga_tryget() 313 match = lwants & conflict->owns; in __vga_tryget() 343 conflict->owns &= ~match; in __vga_tryget() 345 /* If we disabled normal decoding, reflect it in owns */ in __vga_tryget() 347 conflict->owns in __vga_tryget() [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | iwmmxt.S | 90 str r0, [r3] @ this task now owns Concan regs 266 1: @ this task owns Concan regs -- grab a copy from there 304 1: @ this task owns Concan regs -- load them directly 333 teq r2, r3 @ next task owns it?
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | iwmmxt.S | 102 str r0, [r3] @ this task now owns Concan regs 276 1: @ this task owns Concan regs -- grab a copy from there 314 1: @ this task owns Concan regs -- load them directly 343 teq r2, r3 @ next task owns it?
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfphw.S | 92 cmp r4, r10 @ this thread owns the hw context? 94 @ For UP, checking that this thread owns the hw context is
|
/kernel/linux/linux-5.10/arch/arm/mach-ep93xx/ |
H A D | crunch-bits.S | 82 str r0, [r3] @ this task now owns crunch 272 1: @ this task owns crunch regs -- grab a copy from there 304 1: @ this task owns crunch regs -- load them directly
|
Completed in 4 milliseconds