config root man

Current Path : /usr/local/lib/perl5/site_perl/5.8.9/mach/machine/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/perl5/site_perl/5.8.9/mach/machine/pcb.ph

require '_h2ph_pre.ph';

no warnings 'redefine';

unless(defined(&_AMD64_PCB_H_)) {
    eval 'sub _AMD64_PCB_H_ () {1;}' unless defined(&_AMD64_PCB_H_);
    require 'machine/fpu.ph';
    require 'machine/segments.ph';
    eval 'sub PCB_FULL_IRET () {0x1;}' unless defined(&PCB_FULL_IRET);
    eval 'sub PCB_DBREGS () {0x2;}' unless defined(&PCB_DBREGS);
    eval 'sub PCB_KERNFPU () {0x4;}' unless defined(&PCB_KERNFPU);
    eval 'sub PCB_FPUINITDONE () {0x8;}' unless defined(&PCB_FPUINITDONE);
    eval 'sub PCB_USERFPUINITDONE () {0x10;}' unless defined(&PCB_USERFPUINITDONE);
    eval 'sub PCB_GS32BIT () {0x20;}' unless defined(&PCB_GS32BIT);
    eval 'sub PCB_32BIT () {0x40;}' unless defined(&PCB_32BIT);
    if(defined(&_KERNEL)) {
	eval 'sub clear_pcb_flags {
	    my($pcb,$flags) = @_;
    	    eval q({  &__asm  &__volatile(\\"andl %1,%0\\" : \\"=m\\" ( ($pcb->{pcb_flags})) : \\"ir\\" (~$flags), \\"m\\" ( ($pcb->{pcb_flags})) : \\"cc\\"); });
	}' unless defined(&clear_pcb_flags);
    }
}
1;

Man Man