*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages -> amd64/amd64_get_ioperm (2)              
Title
Content
Arch
Section
 

AMD64_GET_IOPERM(2)

Contents


NAME    [Toc]    [Back]

     amd64_get_ioperm, amd64_set_ioperm - manage  amd64  per-process I/O permission
 bitmap

SYNOPSIS    [Toc]    [Back]

     #include <sys/types.h>
     #include <machine/sysarch.h>

     int
     amd64_get_ioperm(u_long *iomap);

     int
     amd64_set_ioperm(u_long *iomap);

DESCRIPTION    [Toc]    [Back]

     amd64_get_ioperm()  copies the current I/O permission bitmap
into the memory
 referenced by iomap.

     amd64_set_ioperm() sets the I/O permission bitmap  from  the
data pointed
     to by iomap.  This call is restricted to the superuser.

     The  permission  bitmap  contains 1024 bits in 32 longwords.
If bit n is
     clear in the bitmap, then access is granted to I/O  port  n.
If bit n is
     set  in the bitmap, then an attempt to access I/O port n results in delivery
 of a SIGBUS signal unless the process's  I/O  permission
level would
     grant I/O access.

     Note:     Code     using    the    amd64_get_ioperm()    and
amd64_set_ioperm() functions
     must be compiled using -lamd64.

RETURN VALUES    [Toc]    [Back]

     Upon   successful   completion,    amd64_get_ioperm()    and
amd64_set_ioperm() return
 0.  Otherwise, a value of -1 is returned and the global
variable
     errno is set to indicate the error.

ERRORS    [Toc]    [Back]

     amd64_get_ioperm() and amd64_set_ioperm() will fail if:

     [EFAULT]  iomap points outside the process's  allocated  address space.

     [EPERM]   The caller was not the superuser.

SEE ALSO    [Toc]    [Back]

      
      
     amd64_iopl(2)

     Intel, AMD64 Microprocessor Programmer's Reference Manual.

WARNING    [Toc]    [Back]

     You  can  really  hose your machine if you enable user-level
I/O and write
     to hardware ports without care.

BUGS    [Toc]    [Back]

     The bitmap should really cover 65536 bits, but  that's  just
too big for
     allocation  in  a  kernel  structure.  If you need access to
ports beyond
     1024, use amd64_iopl(2).

OpenBSD     3.6                        October      14,      1995
[ Back ]
 Similar pages
Name OS Title
i386_set_ioperm OpenBSD manage i386 per-process I/O permission bitmap
i386_get_ioperm NetBSD manage i386 per-process I/O permission bitmap
i386_set_ioperm NetBSD manage i386 per-process I/O permission bitmap
i386_get_ioperm OpenBSD manage i386 per-process I/O permission bitmap
amd64_get_ldt OpenBSD manage amd64 per-process Local Descriptor Table entries
amd64_set_ldt OpenBSD manage amd64 per-process Local Descriptor Table entries
acl_get_perm_np FreeBSD check if a permission is set in a permission set
vm_map_stack FreeBSD manage process stacks
vm_map_growstack FreeBSD manage process stacks
priocntl Tru64 manage scheduling properties of process
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service