Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\io.h Create Date:2022-07-28 05:46:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:outsb

Proto:static inline void outsb(int port, const void *addr, unsigned long count)

Type:void

Parameter:

TypeParameterName
intport
const void *addr
unsigned longcount
334  If sev_key_active() Then
334  value = addr
334  When count cycle
334  outb( * value, port)
334  value++
334  count--
334  Else
334  asm volatile
Caller
NameDescribe
iowrite8_rep