Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:vfio_device_file
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/vfio/
H
A
D
vfio.h
19
struct
vfio_device_file
{
struct
32
int vfio_df_open(struct
vfio_device_file
*df);
33
void vfio_df_close(struct
vfio_device_file
*df);
34
struct
vfio_device_file
*
108
void vfio_df_group_close(struct
vfio_device_file
*df);
160
static inline void vfio_df_group_close(struct
vfio_device_file
*df)
in vfio_df_group_close()
323
int vfio_df_iommufd_bind(struct
vfio_device_file
*df);
324
void vfio_df_iommufd_unbind(struct
vfio_device_file
*df);
335
static inline int vfio_df_iommufd_bind(struct
vfio_device_file
*fd)
in vfio_df_iommufd_bind()
340
static inline void vfio_df_iommufd_unbind(struct
vfio_device_file
*d
[all...]
H
A
D
device_cdev.c
27
struct
vfio_device_file
*df;
in vfio_device_fops_cdev_open()
49
static void vfio_df_get_kvm_safe(struct
vfio_device_file
*df)
in vfio_df_get_kvm_safe()
56
long vfio_df_ioctl_bind_iommufd(struct
vfio_device_file
*df,
in vfio_df_ioctl_bind_iommufd()
134
void vfio_df_unbind_iommufd(struct
vfio_device_file
*df)
in vfio_df_unbind_iommufd()
155
int vfio_df_ioctl_attach_pt(struct
vfio_device_file
*df,
in vfio_df_ioctl_attach_pt()
191
int vfio_df_ioctl_detach_pt(struct
vfio_device_file
*df,
in vfio_df_ioctl_detach_pt()
H
A
D
vfio_main.c
444
struct
vfio_device_file
*
447
struct
vfio_device_file
*df;
in vfio_allocate_device_file()
459
static int vfio_df_device_first_open(struct
vfio_device_file
*df)
in vfio_df_device_first_open()
494
static void vfio_df_device_last_close(struct
vfio_device_file
*df)
in vfio_df_device_last_close()
510
int vfio_df_open(struct
vfio_device_file
*df)
in vfio_df_open()
534
void vfio_df_close(struct
vfio_device_file
*df)
in vfio_df_close()
584
struct
vfio_device_file
*df = filep->private_data;
in vfio_device_fops_release()
1207
struct
vfio_device_file
*df = filep->private_data;
in vfio_device_fops_unl_ioctl()
1256
struct
vfio_device_file
*df = filep->private_data;
in vfio_device_fops_read()
1273
struct
vfio_device_file
*d
in vfio_device_fops_write()
[all...]
H
A
D
iommufd.c
21
int vfio_df_iommufd_bind(struct
vfio_device_file
*df)
in vfio_df_iommufd_bind()
51
void vfio_df_iommufd_unbind(struct
vfio_device_file
*df)
in vfio_df_iommufd_unbind()
H
A
D
group.c
167
static int vfio_df_group_open(struct
vfio_device_file
*df)
in vfio_df_group_open()
236
void vfio_df_group_close(struct
vfio_device_file
*df)
in vfio_df_group_close()
255
struct
vfio_device_file
*df;
in vfio_device_open_file()
Completed in 5 milliseconds