Searched refs:bsm (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | early-quirks.c | 329 u32 bsm; in gen3_stolen_base() local 336 bsm = read_pci_config(num, slot, func, INTEL_BSM); in gen3_stolen_base() 338 return bsm & INTEL_BSM_MASK; in gen3_stolen_base() 344 u64 bsm; in gen11_stolen_base() local 346 bsm = read_pci_config(num, slot, func, INTEL_GEN11_BSM_DW0); in gen11_stolen_base() 347 bsm &= INTEL_BSM_MASK; in gen11_stolen_base() 348 bsm |= (u64)read_pci_config(num, slot, func, INTEL_GEN11_BSM_DW1) << 32; in gen11_stolen_base() 350 return bsm; in gen11_stolen_base()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
D | power.c | 128 int bsm, vbt; in gma_suspend_pci() local 134 pci_read_config_dword(pdev, 0x5C, &bsm); in gma_suspend_pci() 135 dev_priv->regs.saveBSM = bsm; in gma_suspend_pci()
|
/kernel/linux/linux-5.10/arch/s390/tools/ |
D | opcodes.txt | 18 0b bsm RR_RR
|