kvm_getpcpu.3 (40f65a4df509c6b29b9e72407c7afefe28838844) | kvm_getpcpu.3 (19b5cffe0b8aea1b378d354091d000a5b4f23d9f) |
---|---|
1.\" Copyright (c) 2008 Yahoo!, Inc. 2.\" All rights reserved. 3.\" Written by: John Baldwin <jhb@FreeBSD.org> 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 36 unchanged lines hidden (view full) --- 45.In kvm.h 46.Ft int 47.Fn kvm_dpcpu_setcpu "kvm_t *kd" "u_int cpu" 48.Ft int 49.Fn kvm_getmaxcpu "kvm_t *kd" 50.Ft void * 51.Fn kvm_getpcpu "kvm_t *kd" "int cpu" 52.Ft ssize_t | 1.\" Copyright (c) 2008 Yahoo!, Inc. 2.\" All rights reserved. 3.\" Written by: John Baldwin <jhb@FreeBSD.org> 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 36 unchanged lines hidden (view full) --- 45.In kvm.h 46.Ft int 47.Fn kvm_dpcpu_setcpu "kvm_t *kd" "u_int cpu" 48.Ft int 49.Fn kvm_getmaxcpu "kvm_t *kd" 50.Ft void * 51.Fn kvm_getpcpu "kvm_t *kd" "int cpu" 52.Ft ssize_t |
53.Fn kvm_read_zpcpu "kvm_t *kd" "void *buf" "u_long base" "size_t size" "int cpu" | 53.Fn kvm_read_zpcpu "kvm_t *kd" "u_long base" "void *buf" "size_t size" "int cpu" |
54.Ft uint64_t 55.Fn kvm_counter_u64_fetch "kvm_t *kd" "u_long base" 56.Sh DESCRIPTION 57The 58.Fn kvm_dpcpu_setcpu , 59.Fn kvm_getmaxcpu , 60and 61.Fn kvm_getpcpu --- 102 unchanged lines hidden --- | 54.Ft uint64_t 55.Fn kvm_counter_u64_fetch "kvm_t *kd" "u_long base" 56.Sh DESCRIPTION 57The 58.Fn kvm_dpcpu_setcpu , 59.Fn kvm_getmaxcpu , 60and 61.Fn kvm_getpcpu --- 102 unchanged lines hidden --- |