函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\processor.h Create Date:2022-07-27 06:39:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:3dnow prefetch to get an exclusive cache line.* Useful for spinlocks to avoid one state transition in the* cache coherency protocol:

函数原型:static inline void prefetchw(const void *x)

返回类型:void

参数:

类型参数名称
const void *x
836  Alternative inline assembly with input.* Peculiarities:* No memory clobber here.* Argument numbers start with 1.* Best is to use constraints that are fixed size (like (%1) ... "r")* If you use variable sized constraints like "m" or "g" in the(BASE_PREFETCH, "prefetchw %P1", 3DNow prefetch instructions , "m"( * (constchar * )x))
调用者
名称描述
queued_spin_lock_slowpathqueued_spin_lock_slowpath - acquire the queued spinlock*@lock: Pointer to queued spinlock structure*@val: Current value of the queued spinlock 32-bit word* (queue tail, pending bit, lock value)* fast : slow : unlock* : :* uncontended (0,0,0) -:--> (0,0,1)
cpu_map_kthread_run
__free_pages_core
slab_alloc
mpage_readpagesmpage_readpages - populate an address space with some pages & start reads against them*@mapping: the address_space*@pages: The address of a list_head which contains the target pages. These
spin_lock_prefetch