代码搜索结果
找到约 10,000 项符合
Control System 的代码
system.java
/* System.java -- useful methods to interface with the system
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Classpath.
GN
system.java
/* System.java -- useful methods to interface with the system
Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
Free Software Foundation, Inc.
This file is part of GNU Classpath.
GN
system.c
// System.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
#include "Plugin.h"
#include "Buffers.h"
#include "System.h"
#ifndef __GNUC__
#include
#endif /* __G
system.h
#ifndef ___SYSTEM__H___
#define ___SYSTEM__H___
// The following ifdef block is the standard way of creating macros which make exporting
// from a DLL simpler. All files within this DLL are compiled
system.s
.global do_idle,reload_cr3_flag
.global system_call_interruption_routine,timer_interruption_routine
reload_cr3_flag:
.long 10
do_idle:
sti
nop
nop
cli
ret
system_call_interruption_
system.c
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Header: system.c,v 1.4 90/11/22
system.h
/*
* linux/include/asm-arm/proc-armv/system.h
*
* Copyright (C) 1996 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gener
system.c
/* system.c - system file for stdlib */
/* Copyright 1992-1993 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,08feb93,jdi documentation cleanup for 5.1.
01b,20sep92,s
system.h
#ifndef __ASM_SYSTEM_H_
#define __ASM_SYSTEM_H_
#define sti() __asm__ __volatile__ ("sti":::"memory")
#define cli() __asm__ __volatile__ ("cli":::"memory")
#define invalidate_tlb() __asm__ __volatil