Function report |
Source Code:arch\x86\kernel\cpu\resctrl\pseudo_lock.c |
Create Date:2022-07-28 08:13:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_prefetch_disable_bits - prefetch disable bits of supported platforms* Capture the list of platforms that have been validated to support* pseudo-locking
Proto:static u64 get_prefetch_disable_bits(void)
Type:u64
Parameter:Nothing
72 | If CPU vendor != X86_VENDOR_INTEL || CPU family != 6 Then Return 0 |
77 | Case x86_model == INTEL_FAM6_BROADWELL_X |
87 | Return 0xF |
88 | Case x86_model == Apollo Lake |
89 | Case x86_model == Gemini Lake |
98 | Return 0x5 |
101 | Return 0 |
Name | Describe |
---|---|
rdtgroup_locksetup_enter | dtgroup_locksetup_enter - Resource group enters locksetup mode*@rdtgrp: resource group requested to enter locksetup mode* A resource group enters locksetup mode to reflect that it would be used* to represent a pseudo-locked region and is in the process of |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |