Home
last modified time | relevance | path

Searched refs:iopl (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/without_structs/
H A Dimplicit_dependencies.pretty57 'iopl',
386 'iopl',
1619 'iopl',
2133 'iopl',
2430 'iopl',
2831 'iopl',
3106 'iopl',
3722 'iopl',
5029 'iopl',
5513 'iopl',
[all …]
H A Dimplicit_dependencies_verbose.pretty51 {'call': 'iopl', 'reason': set([('mm_segment_t', 'seg')])},
2140 {'call': 'iopl', 'reason': set([('mm_segment_t', 'seg')])},
2957 {'call': 'iopl',
3393 {'call': 'iopl', 'reason': set([('mm_segment_t', 'seg')])},
4306 {'call': 'iopl', 'reason': set([('mm_segment_t', 'seg')])},
5054 {'call': 'iopl',
7231 {'call': 'iopl',
7372 {'call': 'iopl',
8610 {'call': 'iopl',
8984 {'call': 'iopl', 'reason': set([('mm_segment_t', 'seg')])},
[all …]
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c226 uint_t vec, iopl; in mp_set_cpu_context() local
245 iopl = (PS_IOPL & 0x1000); /* ring 1 */ in mp_set_cpu_context()
247 iopl = 0; in mp_set_cpu_context()
251 vgc->user_regs.rflags = F_OFF | iopl; in mp_set_cpu_context()
H A Dxen_machdep.c1092 set_iopl.iopl = 3; /* user ring 3 */ in xen_enable_user_iopl()
1103 set_iopl.iopl = 1; /* kernel pseudo ring 1 */ in xen_disable_user_iopl()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dphysdev.h87 uint32_t iopl; member
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.implicit_dependencies.no_structs266 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
268 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
269 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
292 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
293 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
296 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
322 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
325 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
326 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
426 …rror_code, (struct thread_struct)->io_bitmap_ptr, (struct thread_struct)->iopl, (struct thread_str…
[all …]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2248 set_iopl.iopl = 1; in startup_kernel()